#[repr(C)]pub struct IInternetPriorityVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IInternetPriority, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IInternetPriority) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IInternetPriority) -> ULONG>,
pub SetPriority: Option<unsafe extern "C" fn(This: *mut IInternetPriority, nPriority: LONG) -> HRESULT>,
pub GetPriority: Option<unsafe extern "C" fn(This: *mut IInternetPriority, pnPriority: *mut LONG) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IInternetPriority, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IInternetPriority) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IInternetPriority) -> ULONG>
§SetPriority: Option<unsafe extern "C" fn(This: *mut IInternetPriority, nPriority: LONG) -> HRESULT>
§GetPriority: Option<unsafe extern "C" fn(This: *mut IInternetPriority, pnPriority: *mut LONG) -> HRESULT>
Trait Implementations§
Source§impl Clone for IInternetPriorityVtbl
impl Clone for IInternetPriorityVtbl
Source§fn clone(&self) -> IInternetPriorityVtbl
fn clone(&self) -> IInternetPriorityVtbl
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 IInternetPriorityVtbl
impl Debug for IInternetPriorityVtbl
Source§impl Ord for IInternetPriorityVtbl
impl Ord for IInternetPriorityVtbl
Source§fn cmp(&self, other: &IInternetPriorityVtbl) -> Ordering
fn cmp(&self, other: &IInternetPriorityVtbl) -> 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 IInternetPriorityVtbl
impl PartialEq for IInternetPriorityVtbl
Source§impl PartialOrd for IInternetPriorityVtbl
impl PartialOrd for IInternetPriorityVtbl
impl Copy for IInternetPriorityVtbl
impl Eq for IInternetPriorityVtbl
impl StructuralPartialEq for IInternetPriorityVtbl
Auto Trait Implementations§
impl Freeze for IInternetPriorityVtbl
impl RefUnwindSafe for IInternetPriorityVtbl
impl Send for IInternetPriorityVtbl
impl Sync for IInternetPriorityVtbl
impl Unpin for IInternetPriorityVtbl
impl UnwindSafe for IInternetPriorityVtbl
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