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