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