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