#[repr(C)]pub struct IPersistStorage {
pub lpVtbl: *mut IPersistStorageVtbl,
}
Fields§
§lpVtbl: *mut IPersistStorageVtbl
Trait Implementations§
Source§impl Clone for IPersistStorage
impl Clone for IPersistStorage
Source§fn clone(&self) -> IPersistStorage
fn clone(&self) -> IPersistStorage
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 IPersistStorage
impl Debug for IPersistStorage
Source§impl Ord for IPersistStorage
impl Ord for IPersistStorage
Source§fn cmp(&self, other: &IPersistStorage) -> Ordering
fn cmp(&self, other: &IPersistStorage) -> 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 IPersistStorage
impl PartialEq for IPersistStorage
Source§impl PartialOrd for IPersistStorage
impl PartialOrd for IPersistStorage
impl Copy for IPersistStorage
impl Eq for IPersistStorage
impl StructuralPartialEq for IPersistStorage
Auto Trait Implementations§
impl Freeze for IPersistStorage
impl RefUnwindSafe for IPersistStorage
impl !Send for IPersistStorage
impl !Sync for IPersistStorage
impl Unpin for IPersistStorage
impl UnwindSafe for IPersistStorage
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