#[repr(C)]pub struct IStorage {
pub lpVtbl: *mut IStorageVtbl,
}
Fields§
§lpVtbl: *mut IStorageVtbl
Trait Implementations§
Source§impl Ord for IStorage
impl Ord for IStorage
Source§impl PartialOrd for IStorage
impl PartialOrd for IStorage
impl Copy for IStorage
impl Eq for IStorage
impl StructuralPartialEq for IStorage
Auto Trait Implementations§
impl Freeze for IStorage
impl RefUnwindSafe for IStorage
impl !Send for IStorage
impl !Sync for IStorage
impl Unpin for IStorage
impl UnwindSafe for IStorage
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