#[repr(C)]pub struct IInternetProtocolSinkStackable {
pub lpVtbl: *mut IInternetProtocolSinkStackableVtbl,
}
Fields§
§lpVtbl: *mut IInternetProtocolSinkStackableVtbl
Trait Implementations§
Source§impl Clone for IInternetProtocolSinkStackable
impl Clone for IInternetProtocolSinkStackable
Source§fn clone(&self) -> IInternetProtocolSinkStackable
fn clone(&self) -> IInternetProtocolSinkStackable
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 IInternetProtocolSinkStackable
impl Ord for IInternetProtocolSinkStackable
Source§fn cmp(&self, other: &IInternetProtocolSinkStackable) -> Ordering
fn cmp(&self, other: &IInternetProtocolSinkStackable) -> 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 IInternetProtocolSinkStackable
impl PartialEq for IInternetProtocolSinkStackable
Source§fn eq(&self, other: &IInternetProtocolSinkStackable) -> bool
fn eq(&self, other: &IInternetProtocolSinkStackable) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for IInternetProtocolSinkStackable
impl PartialOrd for IInternetProtocolSinkStackable
impl Copy for IInternetProtocolSinkStackable
impl Eq for IInternetProtocolSinkStackable
impl StructuralPartialEq for IInternetProtocolSinkStackable
Auto Trait Implementations§
impl Freeze for IInternetProtocolSinkStackable
impl RefUnwindSafe for IInternetProtocolSinkStackable
impl !Send for IInternetProtocolSinkStackable
impl !Sync for IInternetProtocolSinkStackable
impl Unpin for IInternetProtocolSinkStackable
impl UnwindSafe for IInternetProtocolSinkStackable
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