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