#[repr(C)]pub struct IEnumFORMATETC {
pub lpVtbl: *mut IEnumFORMATETCVtbl,
}Fields§
§lpVtbl: *mut IEnumFORMATETCVtblTrait Implementations§
Source§impl Clone for IEnumFORMATETC
impl Clone for IEnumFORMATETC
Source§fn clone(&self) -> IEnumFORMATETC
fn clone(&self) -> IEnumFORMATETC
Returns a duplicate 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
impl Copy 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