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