Struct IPersistHistory_Vtbl
#[repr(C)]pub struct IPersistHistory_Vtbl {
pub base__: IPersist_Vtbl,
pub LoadHistory: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub SaveHistory: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetPositionCookie: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetPositionCookie: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IPersist_Vtbl
§LoadHistory: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§SaveHistory: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetPositionCookie: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§GetPositionCookie: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Implementations§
§impl IPersistHistory_Vtbl
impl IPersistHistory_Vtbl
pub const fn new<Identity: IPersistHistory_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPersistHistory_Vtbl
impl RefUnwindSafe for IPersistHistory_Vtbl
impl Send for IPersistHistory_Vtbl
impl Sync for IPersistHistory_Vtbl
impl Unpin for IPersistHistory_Vtbl
impl UnwindSafe for IPersistHistory_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