#[repr(C)]pub struct IOleCache {
pub lpVtbl: *mut IOleCacheVtbl,
}Fields§
§lpVtbl: *mut IOleCacheVtblTrait Implementations§
Auto Trait Implementations§
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