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