#[repr(C)]pub struct IRootStorageVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IRootStorage, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IRootStorage) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IRootStorage) -> ULONG>,
pub SwitchToFile: Option<unsafe extern "C" fn(This: *mut IRootStorage, pszFile: LPOLESTR) -> HRESULT>,
}Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IRootStorage, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>§AddRef: Option<unsafe extern "C" fn(This: *mut IRootStorage) -> ULONG>§Release: Option<unsafe extern "C" fn(This: *mut IRootStorage) -> ULONG>§SwitchToFile: Option<unsafe extern "C" fn(This: *mut IRootStorage, pszFile: LPOLESTR) -> HRESULT>Trait Implementations§
Source§impl Clone for IRootStorageVtbl
impl Clone for IRootStorageVtbl
Source§fn clone(&self) -> IRootStorageVtbl
fn clone(&self) -> IRootStorageVtbl
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IRootStorageVtbl
impl Debug for IRootStorageVtbl
impl Copy for IRootStorageVtbl
Auto Trait Implementations§
impl Freeze for IRootStorageVtbl
impl RefUnwindSafe for IRootStorageVtbl
impl Send for IRootStorageVtbl
impl Sync for IRootStorageVtbl
impl Unpin for IRootStorageVtbl
impl UnwindSafe for IRootStorageVtbl
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