#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IInternetPriority
Auto Trait Implementations§
impl !Send for IInternetPriority
impl !Sync for IInternetPriority
impl Freeze for IInternetPriority
impl RefUnwindSafe for IInternetPriority
impl Unpin for IInternetPriority
impl UnsafeUnpin 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