#[repr(C)]pub struct IWinInetInfoVtbl {
pub QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut IWinInetInfo, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "stdcall" fn(This: *mut IWinInetInfo) -> ULONG>,
pub Release: Option<unsafe extern "stdcall" fn(This: *mut IWinInetInfo) -> ULONG>,
pub QueryOption: Option<unsafe extern "stdcall" fn(This: *mut IWinInetInfo, dwOption: DWORD, pBuffer: LPVOID, pcbBuf: *mut DWORD) -> HRESULT>,
}Fields§
§QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut IWinInetInfo, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>§AddRef: Option<unsafe extern "stdcall" fn(This: *mut IWinInetInfo) -> ULONG>§Release: Option<unsafe extern "stdcall" fn(This: *mut IWinInetInfo) -> ULONG>§QueryOption: Option<unsafe extern "stdcall" 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 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 moreimpl Copy 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