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