Struct IPersistMoniker_Vtbl
#[repr(C)]pub struct IPersistMoniker_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetClassID: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub IsDirty: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Load: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: *mut c_void, _: *mut c_void, _: u32) -> HRESULT,
pub Save: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT,
pub SaveCompleted: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetCurMoniker: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§GetClassID: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT§IsDirty: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Load: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: *mut c_void, _: *mut c_void, _: u32) -> HRESULT§Save: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT§SaveCompleted: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT§GetCurMoniker: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTImplementations§
§impl IPersistMoniker_Vtbl
impl IPersistMoniker_Vtbl
pub const fn new<Identity: IPersistMoniker_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPersistMoniker_Vtbl
impl RefUnwindSafe for IPersistMoniker_Vtbl
impl Send for IPersistMoniker_Vtbl
impl Sync for IPersistMoniker_Vtbl
impl Unpin for IPersistMoniker_Vtbl
impl UnwindSafe for IPersistMoniker_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