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