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