Struct windows::Win32::Storage::Xps::IXpsOMRemoteDictionaryResource1_Vtbl
#[repr(C)]pub struct IXpsOMRemoteDictionaryResource1_Vtbl {
pub base__: IXpsOMRemoteDictionaryResource_Vtbl,
pub GetDocumentType: unsafe extern "system" fn(_: *mut c_void, _: *mut XPS_DOCUMENT_TYPE) -> HRESULT,
pub Write1: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: XPS_DOCUMENT_TYPE) -> HRESULT,
}
Fields§
§base__: IXpsOMRemoteDictionaryResource_Vtbl
§GetDocumentType: unsafe extern "system" fn(_: *mut c_void, _: *mut XPS_DOCUMENT_TYPE) -> HRESULT
§Write1: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: XPS_DOCUMENT_TYPE) -> HRESULT
Implementations§
§impl IXpsOMRemoteDictionaryResource1_Vtbl
impl IXpsOMRemoteDictionaryResource1_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IXpsOMRemoteDictionaryResource1_Vtblwhere
Identity: IXpsOMRemoteDictionaryResource1_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IXpsOMRemoteDictionaryResource1_Vtbl
impl RefUnwindSafe for IXpsOMRemoteDictionaryResource1_Vtbl
impl Send for IXpsOMRemoteDictionaryResource1_Vtbl
impl Sync for IXpsOMRemoteDictionaryResource1_Vtbl
impl Unpin for IXpsOMRemoteDictionaryResource1_Vtbl
impl UnwindSafe for IXpsOMRemoteDictionaryResource1_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