#[repr(C)]pub struct IRootStorage {
    pub lpVtbl: *mut IRootStorageVtbl,
}Fields§
§lpVtbl: *mut IRootStorageVtblTrait Implementations§
Source§impl Clone for IRootStorage
 
impl Clone for IRootStorage
Source§fn clone(&self) -> IRootStorage
 
fn clone(&self) -> IRootStorage
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 IRootStorage
 
impl Debug for IRootStorage
impl Copy for IRootStorage
Auto Trait Implementations§
impl Freeze for IRootStorage
impl RefUnwindSafe for IRootStorage
impl !Send for IRootStorage
impl !Sync for IRootStorage
impl Unpin for IRootStorage
impl UnwindSafe for IRootStorage
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