#[repr(C)]pub struct IOleCacheControl {
pub lpVtbl: *mut IOleCacheControlVtbl,
}
Fields§
§lpVtbl: *mut IOleCacheControlVtbl
Trait Implementations§
Source§impl Clone for IOleCacheControl
impl Clone for IOleCacheControl
Source§fn clone(&self) -> IOleCacheControl
fn clone(&self) -> IOleCacheControl
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IOleCacheControl
impl Debug for IOleCacheControl
impl Copy for IOleCacheControl
Auto Trait Implementations§
impl Freeze for IOleCacheControl
impl RefUnwindSafe for IOleCacheControl
impl !Send for IOleCacheControl
impl !Sync for IOleCacheControl
impl Unpin 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