#[repr(C)]pub struct IRootStorage {
pub lpVtbl: *mut IRootStorageVtbl,
}
Fields§
§lpVtbl: *mut IRootStorageVtbl
Trait Implementations§
Source§impl Clone for IRootStorage
impl Clone for IRootStorage
Source§fn clone(&self) -> IRootStorage
fn clone(&self) -> IRootStorage
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 IRootStorage
impl Debug for IRootStorage
Source§impl Ord for IRootStorage
impl Ord for IRootStorage
Source§fn cmp(&self, other: &IRootStorage) -> Ordering
fn cmp(&self, other: &IRootStorage) -> 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 IRootStorage
impl PartialEq for IRootStorage
Source§impl PartialOrd for IRootStorage
impl PartialOrd for IRootStorage
impl Copy for IRootStorage
impl Eq for IRootStorage
impl StructuralPartialEq 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