Struct windows::Win32::System::Com::StructuredStorage::ILayoutStorage_Vtbl
#[repr(C)]pub struct ILayoutStorage_Vtbl {
pub base__: IUnknown_Vtbl,
pub LayoutScript: unsafe extern "system" fn(_: *mut c_void, _: *const StorageLayout, _: u32, _: u32) -> HRESULT,
pub BeginMonitor: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub EndMonitor: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ReLayoutDocfile: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub ReLayoutDocfileOnILockBytes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§LayoutScript: unsafe extern "system" fn(_: *mut c_void, _: *const StorageLayout, _: u32, _: u32) -> HRESULT
§BeginMonitor: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§EndMonitor: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§ReLayoutDocfile: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§ReLayoutDocfileOnILockBytes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl ILayoutStorage_Vtbl
impl ILayoutStorage_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ILayoutStorage_Vtblwhere
Identity: ILayoutStorage_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ILayoutStorage_Vtbl
impl RefUnwindSafe for ILayoutStorage_Vtbl
impl Send for ILayoutStorage_Vtbl
impl Sync for ILayoutStorage_Vtbl
impl Unpin for ILayoutStorage_Vtbl
impl UnwindSafe for ILayoutStorage_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