Struct windows::Win32::Storage::Xps::IXpsOMCanvas_Vtbl
#[repr(C)]pub struct IXpsOMCanvas_Vtbl {Show 14 fields
pub base__: IXpsOMVisual_Vtbl,
pub GetVisuals: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetUseAliasedEdgeMode: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetUseAliasedEdgeMode: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub GetAccessibilityShortDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub SetAccessibilityShortDescription: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub GetAccessibilityLongDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub SetAccessibilityLongDescription: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub GetDictionary: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetDictionaryLocal: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDictionaryLocal: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetDictionaryResource: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDictionaryResource: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IXpsOMVisual_Vtbl
§GetVisuals: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetUseAliasedEdgeMode: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetUseAliasedEdgeMode: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§GetAccessibilityShortDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§SetAccessibilityShortDescription: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§GetAccessibilityLongDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§SetAccessibilityLongDescription: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§GetDictionary: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetDictionaryLocal: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetDictionaryLocal: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§GetDictionaryResource: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetDictionaryResource: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IXpsOMCanvas_Vtbl
impl IXpsOMCanvas_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IXpsOMCanvas_Vtblwhere
Identity: IXpsOMCanvas_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IXpsOMCanvas_Vtbl
impl RefUnwindSafe for IXpsOMCanvas_Vtbl
impl Send for IXpsOMCanvas_Vtbl
impl Sync for IXpsOMCanvas_Vtbl
impl Unpin for IXpsOMCanvas_Vtbl
impl UnwindSafe for IXpsOMCanvas_Vtbl
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more