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