Struct windows::Win32::System::Com::IPersistFile_Vtbl
#[repr(C)]pub struct IPersistFile_Vtbl {
pub base__: IPersist_Vtbl,
pub IsDirty: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Load: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: STGM) -> HRESULT,
pub Save: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: BOOL) -> HRESULT,
pub SaveCompleted: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub GetCurFile: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
}
Fields§
§base__: IPersist_Vtbl
§IsDirty: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Load: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: STGM) -> HRESULT
§Save: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: BOOL) -> HRESULT
§SaveCompleted: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§GetCurFile: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
Implementations§
§impl IPersistFile_Vtbl
impl IPersistFile_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IPersistFile_Vtblwhere
Identity: IPersistFile_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPersistFile_Vtbl
impl RefUnwindSafe for IPersistFile_Vtbl
impl Send for IPersistFile_Vtbl
impl Sync for IPersistFile_Vtbl
impl Unpin for IPersistFile_Vtbl
impl UnwindSafe for IPersistFile_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