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