pub struct IOleCacheControl(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl !Send for IOleCacheControl
impl !Sync for IOleCacheControl
impl Freeze for IOleCacheControl
impl RefUnwindSafe for IOleCacheControl
impl Unpin for IOleCacheControl
impl UnsafeUnpin for IOleCacheControl
impl UnwindSafe for IOleCacheControl
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