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