pub struct IWinInetCacheHints(/* private fields */);Implementations§
Trait 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
Source§impl From<&IWinInetCacheHints> for IUnknown
impl From<&IWinInetCacheHints> for IUnknown
Source§fn from(value: &IWinInetCacheHints) -> Self
fn from(value: &IWinInetCacheHints) -> Self
Converts to this type from the input type.
Source§impl From<&IWinInetCacheHints2> for IWinInetCacheHints
impl From<&IWinInetCacheHints2> for IWinInetCacheHints
Source§fn from(value: &IWinInetCacheHints2) -> Self
fn from(value: &IWinInetCacheHints2) -> Self
Converts to this type from the input type.
Source§impl From<IWinInetCacheHints> for IUnknown
impl From<IWinInetCacheHints> for IUnknown
Source§fn from(value: IWinInetCacheHints) -> Self
fn from(value: IWinInetCacheHints) -> Self
Converts to this type from the input type.
Source§impl From<IWinInetCacheHints2> for IWinInetCacheHints
impl From<IWinInetCacheHints2> for IWinInetCacheHints
Source§fn from(value: IWinInetCacheHints2) -> Self
fn from(value: IWinInetCacheHints2) -> Self
Converts to this type from the input type.
Source§impl Interface for IWinInetCacheHints
impl Interface for IWinInetCacheHints
const IID: Guid
type Vtable = IWinInetCacheHints_abi
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IWinInetCacheHints
impl<'a> IntoParam<'a, IUnknown> for &'a IWinInetCacheHints
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IWinInetCacheHints
impl<'a> IntoParam<'a, IUnknown> for IWinInetCacheHints
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IWinInetCacheHints> for &'a IWinInetCacheHints2
impl<'a> IntoParam<'a, IWinInetCacheHints> for &'a IWinInetCacheHints2
fn into_param(self) -> Param<'a, IWinInetCacheHints>
Source§impl<'a> IntoParam<'a, IWinInetCacheHints> for IWinInetCacheHints2
impl<'a> IntoParam<'a, IWinInetCacheHints> for IWinInetCacheHints2
fn into_param(self) -> Param<'a, IWinInetCacheHints>
Source§impl PartialEq for IWinInetCacheHints
impl PartialEq 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> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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