#[repr(C)]pub struct IWinInetCacheHints {
pub lpVtbl: *mut IWinInetCacheHintsVtbl,
}
Fields§
§lpVtbl: *mut IWinInetCacheHintsVtbl
Trait Implementations§
Source§impl Clone for IWinInetCacheHints
impl Clone for IWinInetCacheHints
Source§fn clone(&self) -> IWinInetCacheHints
fn clone(&self) -> IWinInetCacheHints
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 IWinInetCacheHints
impl Debug for IWinInetCacheHints
Source§impl Ord for IWinInetCacheHints
impl Ord for IWinInetCacheHints
Source§fn cmp(&self, other: &IWinInetCacheHints) -> Ordering
fn cmp(&self, other: &IWinInetCacheHints) -> 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 IWinInetCacheHints
impl PartialEq for IWinInetCacheHints
Source§impl PartialOrd for IWinInetCacheHints
impl PartialOrd for IWinInetCacheHints
impl Copy for IWinInetCacheHints
impl Eq for IWinInetCacheHints
impl StructuralPartialEq for IWinInetCacheHints
Auto Trait Implementations§
impl Freeze for IWinInetCacheHints
impl RefUnwindSafe for IWinInetCacheHints
impl !Send for IWinInetCacheHints
impl !Sync for IWinInetCacheHints
impl Unpin for IWinInetCacheHints
impl UnwindSafe for IWinInetCacheHints
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