#[repr(C)]pub struct IPersistStorage {
pub lpVtbl: *mut IPersistStorageVtbl,
}Fields§
§lpVtbl: *mut IPersistStorageVtblTrait Implementations§
Source§impl Clone for IPersistStorage
impl Clone for IPersistStorage
Source§fn clone(&self) -> IPersistStorage
fn clone(&self) -> IPersistStorage
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 IPersistStorage
impl Debug for IPersistStorage
impl Copy 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