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