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