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