#[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
Source§impl Ord for IOleCacheControl
impl Ord for IOleCacheControl
Source§fn cmp(&self, other: &IOleCacheControl) -> Ordering
fn cmp(&self, other: &IOleCacheControl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IOleCacheControl
impl PartialEq for IOleCacheControl
Source§impl PartialOrd for IOleCacheControl
impl PartialOrd for IOleCacheControl
impl Copy for IOleCacheControl
impl Eq for IOleCacheControl
impl StructuralPartialEq 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