#[repr(C)]pub struct IInternetProtocolSink {
pub lpVtbl: *mut IInternetProtocolSinkVtbl,
}
Fields§
§lpVtbl: *mut IInternetProtocolSinkVtbl
Trait Implementations§
Source§impl Clone for IInternetProtocolSink
impl Clone for IInternetProtocolSink
Source§fn clone(&self) -> IInternetProtocolSink
fn clone(&self) -> IInternetProtocolSink
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 Debug for IInternetProtocolSink
impl Debug for IInternetProtocolSink
Source§impl Ord for IInternetProtocolSink
impl Ord for IInternetProtocolSink
Source§fn cmp(&self, other: &IInternetProtocolSink) -> Ordering
fn cmp(&self, other: &IInternetProtocolSink) -> 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 IInternetProtocolSink
impl PartialEq for IInternetProtocolSink
Source§impl PartialOrd for IInternetProtocolSink
impl PartialOrd for IInternetProtocolSink
impl Copy for IInternetProtocolSink
impl Eq for IInternetProtocolSink
impl StructuralPartialEq for IInternetProtocolSink
Auto Trait Implementations§
impl Freeze for IInternetProtocolSink
impl RefUnwindSafe for IInternetProtocolSink
impl !Send for IInternetProtocolSink
impl !Sync for IInternetProtocolSink
impl Unpin for IInternetProtocolSink
impl UnwindSafe for IInternetProtocolSink
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