#[repr(C)]pub struct IPersist {
pub lpVtbl: *const IPersistVtbl,
}
Fields§
§lpVtbl: *const IPersistVtbl
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IPersist
impl RefUnwindSafe for IPersist
impl !Send for IPersist
impl !Sync for IPersist
impl Unpin for IPersist
impl UnwindSafe for IPersist
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