#[repr(C)]pub struct IInternetProtocolSinkStackableVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IInternetProtocolSinkStackable, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IInternetProtocolSinkStackable) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IInternetProtocolSinkStackable) -> ULONG>,
pub SwitchSink: Option<unsafe extern "C" fn(This: *mut IInternetProtocolSinkStackable, pOIProtSink: *mut IInternetProtocolSink) -> HRESULT>,
pub CommitSwitch: Option<unsafe extern "C" fn(This: *mut IInternetProtocolSinkStackable) -> HRESULT>,
pub RollbackSwitch: Option<unsafe extern "C" fn(This: *mut IInternetProtocolSinkStackable) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IInternetProtocolSinkStackable, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IInternetProtocolSinkStackable) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IInternetProtocolSinkStackable) -> ULONG>
§SwitchSink: Option<unsafe extern "C" fn(This: *mut IInternetProtocolSinkStackable, pOIProtSink: *mut IInternetProtocolSink) -> HRESULT>
§CommitSwitch: Option<unsafe extern "C" fn(This: *mut IInternetProtocolSinkStackable) -> HRESULT>
§RollbackSwitch: Option<unsafe extern "C" 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 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 Ord for IInternetProtocolSinkStackableVtbl
impl Ord for IInternetProtocolSinkStackableVtbl
Source§fn cmp(&self, other: &IInternetProtocolSinkStackableVtbl) -> Ordering
fn cmp(&self, other: &IInternetProtocolSinkStackableVtbl) -> 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 IInternetProtocolSinkStackableVtbl
impl PartialEq for IInternetProtocolSinkStackableVtbl
Source§fn eq(&self, other: &IInternetProtocolSinkStackableVtbl) -> bool
fn eq(&self, other: &IInternetProtocolSinkStackableVtbl) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for IInternetProtocolSinkStackableVtbl
impl PartialOrd for IInternetProtocolSinkStackableVtbl
impl Copy for IInternetProtocolSinkStackableVtbl
impl Eq for IInternetProtocolSinkStackableVtbl
impl StructuralPartialEq 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