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