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