#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IRootStorage
Auto Trait Implementations§
impl !Send for IRootStorage
impl !Sync for IRootStorage
impl Freeze for IRootStorage
impl RefUnwindSafe for IRootStorage
impl Unpin for IRootStorage
impl UnsafeUnpin 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