#[repr(C)]pub struct IWinInetCacheHints {
pub lpVtbl: *mut IWinInetCacheHintsVtbl,
}Fields§
§lpVtbl: *mut IWinInetCacheHintsVtblTrait Implementations§
Source§impl Clone for IWinInetCacheHints
impl Clone for IWinInetCacheHints
Source§fn clone(&self) -> IWinInetCacheHints
fn clone(&self) -> IWinInetCacheHints
Returns a duplicate 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
impl Copy 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