#[repr(C)]pub struct IInternetPriority {
pub lpVtbl: *mut IInternetPriorityVtbl,
}Fields§
§lpVtbl: *mut IInternetPriorityVtblTrait Implementations§
Source§impl Clone for IInternetPriority
impl Clone for IInternetPriority
Source§fn clone(&self) -> IInternetPriority
fn clone(&self) -> IInternetPriority
Returns a duplicate 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
impl Copy 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