#[repr(C)]pub struct IWinInetHttpInfoVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IWinInetHttpInfo, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IWinInetHttpInfo) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IWinInetHttpInfo) -> ULONG>,
pub QueryOption: Option<unsafe extern "C" fn(This: *mut IWinInetHttpInfo, dwOption: DWORD, pBuffer: LPVOID, pcbBuf: *mut DWORD) -> HRESULT>,
pub QueryInfo: Option<unsafe extern "C" fn(This: *mut IWinInetHttpInfo, dwOption: DWORD, pBuffer: LPVOID, pcbBuf: *mut DWORD, pdwFlags: *mut DWORD, pdwReserved: *mut DWORD) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IWinInetHttpInfo, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IWinInetHttpInfo) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IWinInetHttpInfo) -> ULONG>
§QueryOption: Option<unsafe extern "C" fn(This: *mut IWinInetHttpInfo, dwOption: DWORD, pBuffer: LPVOID, pcbBuf: *mut DWORD) -> HRESULT>
§QueryInfo: Option<unsafe extern "C" fn(This: *mut IWinInetHttpInfo, dwOption: DWORD, pBuffer: LPVOID, pcbBuf: *mut DWORD, pdwFlags: *mut DWORD, pdwReserved: *mut DWORD) -> HRESULT>
Trait Implementations§
Source§impl Clone for IWinInetHttpInfoVtbl
impl Clone for IWinInetHttpInfoVtbl
Source§fn clone(&self) -> IWinInetHttpInfoVtbl
fn clone(&self) -> IWinInetHttpInfoVtbl
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 IWinInetHttpInfoVtbl
impl Debug for IWinInetHttpInfoVtbl
Source§impl Ord for IWinInetHttpInfoVtbl
impl Ord for IWinInetHttpInfoVtbl
Source§fn cmp(&self, other: &IWinInetHttpInfoVtbl) -> Ordering
fn cmp(&self, other: &IWinInetHttpInfoVtbl) -> 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 IWinInetHttpInfoVtbl
impl PartialEq for IWinInetHttpInfoVtbl
Source§impl PartialOrd for IWinInetHttpInfoVtbl
impl PartialOrd for IWinInetHttpInfoVtbl
impl Copy for IWinInetHttpInfoVtbl
impl Eq for IWinInetHttpInfoVtbl
impl StructuralPartialEq for IWinInetHttpInfoVtbl
Auto Trait Implementations§
impl Freeze for IWinInetHttpInfoVtbl
impl RefUnwindSafe for IWinInetHttpInfoVtbl
impl Send for IWinInetHttpInfoVtbl
impl Sync for IWinInetHttpInfoVtbl
impl Unpin for IWinInetHttpInfoVtbl
impl UnwindSafe for IWinInetHttpInfoVtbl
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