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