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