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