#[repr(C)]pub struct IInternetProtocolRootVtbl {
pub QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolRoot, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolRoot) -> ULONG>,
pub Release: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolRoot) -> ULONG>,
pub Start: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolRoot, szUrl: LPCWSTR, pOIProtSink: *mut IInternetProtocolSink, pOIBindInfo: *mut IInternetBindInfo, grfPI: DWORD, dwReserved: HANDLE_PTR) -> HRESULT>,
pub Continue: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolRoot, pProtocolData: *mut PROTOCOLDATA) -> HRESULT>,
pub Abort: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolRoot, hrReason: HRESULT, dwOptions: DWORD) -> HRESULT>,
pub Terminate: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolRoot, dwOptions: DWORD) -> HRESULT>,
pub Suspend: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolRoot) -> HRESULT>,
pub Resume: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolRoot) -> HRESULT>,
}Fields§
§QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolRoot, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>§AddRef: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolRoot) -> ULONG>§Release: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolRoot) -> ULONG>§Start: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolRoot, szUrl: LPCWSTR, pOIProtSink: *mut IInternetProtocolSink, pOIBindInfo: *mut IInternetBindInfo, grfPI: DWORD, dwReserved: HANDLE_PTR) -> HRESULT>§Continue: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolRoot, pProtocolData: *mut PROTOCOLDATA) -> HRESULT>§Abort: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolRoot, hrReason: HRESULT, dwOptions: DWORD) -> HRESULT>§Terminate: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolRoot, dwOptions: DWORD) -> HRESULT>§Suspend: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolRoot) -> HRESULT>§Resume: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolRoot) -> HRESULT>Trait Implementations§
Source§impl Clone for IInternetProtocolRootVtbl
impl Clone for IInternetProtocolRootVtbl
Source§fn clone(&self) -> IInternetProtocolRootVtbl
fn clone(&self) -> IInternetProtocolRootVtbl
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 IInternetProtocolRootVtbl
Auto Trait Implementations§
impl Freeze for IInternetProtocolRootVtbl
impl RefUnwindSafe for IInternetProtocolRootVtbl
impl Send for IInternetProtocolRootVtbl
impl Sync for IInternetProtocolRootVtbl
impl Unpin for IInternetProtocolRootVtbl
impl UnwindSafe for IInternetProtocolRootVtbl
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