#[repr(C)]pub struct tagIDLDESC {
pub dwReserved: ULONG_PTR,
pub wIDLFlags: USHORT,
}
Fields§
§dwReserved: ULONG_PTR
§wIDLFlags: USHORT
Trait Implementations§
Source§impl Clone for tagIDLDESC
impl Clone for tagIDLDESC
Source§fn clone(&self) -> tagIDLDESC
fn clone(&self) -> tagIDLDESC
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 tagIDLDESC
impl Debug for tagIDLDESC
Source§impl Ord for tagIDLDESC
impl Ord for tagIDLDESC
Source§fn cmp(&self, other: &tagIDLDESC) -> Ordering
fn cmp(&self, other: &tagIDLDESC) -> 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 tagIDLDESC
impl PartialEq for tagIDLDESC
Source§impl PartialOrd for tagIDLDESC
impl PartialOrd for tagIDLDESC
impl Copy for tagIDLDESC
impl Eq for tagIDLDESC
impl StructuralPartialEq for tagIDLDESC
Auto Trait Implementations§
impl Freeze for tagIDLDESC
impl RefUnwindSafe for tagIDLDESC
impl Send for tagIDLDESC
impl Sync for tagIDLDESC
impl Unpin for tagIDLDESC
impl UnwindSafe for tagIDLDESC
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