#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IWinInetHttpTimeouts
Auto Trait Implementations§
impl !Send for IWinInetHttpTimeouts
impl !Sync for IWinInetHttpTimeouts
impl Freeze for IWinInetHttpTimeouts
impl RefUnwindSafe for IWinInetHttpTimeouts
impl Unpin for IWinInetHttpTimeouts
impl UnsafeUnpin 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