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