#[repr(C)]pub struct IEnumFORMATETC {
pub lpVtbl: *const IEnumFORMATETCVtbl,
}
Fields§
§lpVtbl: *const IEnumFORMATETCVtbl
Implementations§
Trait Implementations§
Source§impl Deref for IEnumFORMATETC
impl Deref 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