#[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 copy 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
Source§impl Ord for IRootStorageVtbl
impl Ord for IRootStorageVtbl
Source§fn cmp(&self, other: &IRootStorageVtbl) -> Ordering
fn cmp(&self, other: &IRootStorageVtbl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IRootStorageVtbl
impl PartialEq for IRootStorageVtbl
Source§impl PartialOrd for IRootStorageVtbl
impl PartialOrd for IRootStorageVtbl
impl Copy for IRootStorageVtbl
impl Eq for IRootStorageVtbl
impl StructuralPartialEq 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