#[repr(C)]pub struct IInternetProtocolSinkStackableVtbl {
pub QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolSinkStackable, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolSinkStackable) -> ULONG>,
pub Release: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolSinkStackable) -> ULONG>,
pub SwitchSink: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolSinkStackable, pOIProtSink: *mut IInternetProtocolSink) -> HRESULT>,
pub CommitSwitch: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolSinkStackable) -> HRESULT>,
pub RollbackSwitch: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolSinkStackable) -> HRESULT>,
}Fields§
§QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolSinkStackable, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>§AddRef: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolSinkStackable) -> ULONG>§Release: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolSinkStackable) -> ULONG>§SwitchSink: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolSinkStackable, pOIProtSink: *mut IInternetProtocolSink) -> HRESULT>§CommitSwitch: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolSinkStackable) -> HRESULT>§RollbackSwitch: Option<unsafe extern "stdcall" fn(This: *mut IInternetProtocolSinkStackable) -> HRESULT>Trait Implementations§
Source§impl Clone for IInternetProtocolSinkStackableVtbl
impl Clone for IInternetProtocolSinkStackableVtbl
Source§fn clone(&self) -> IInternetProtocolSinkStackableVtbl
fn clone(&self) -> IInternetProtocolSinkStackableVtbl
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 IInternetProtocolSinkStackableVtbl
Auto Trait Implementations§
impl Freeze for IInternetProtocolSinkStackableVtbl
impl RefUnwindSafe for IInternetProtocolSinkStackableVtbl
impl Send for IInternetProtocolSinkStackableVtbl
impl Sync for IInternetProtocolSinkStackableVtbl
impl Unpin for IInternetProtocolSinkStackableVtbl
impl UnwindSafe for IInternetProtocolSinkStackableVtbl
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