#[repr(C)]pub struct IWinInetHttpTimeouts {
pub lpVtbl: *mut IWinInetHttpTimeoutsVtbl,
}Fields§
§lpVtbl: *mut IWinInetHttpTimeoutsVtblTrait Implementations§
Source§impl Clone for IWinInetHttpTimeouts
impl Clone for IWinInetHttpTimeouts
Source§fn clone(&self) -> IWinInetHttpTimeouts
fn clone(&self) -> IWinInetHttpTimeouts
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 IWinInetHttpTimeouts
impl Debug for IWinInetHttpTimeouts
impl Copy 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