#[repr(C)]pub struct tagRemFORMATETC {
pub cfFormat: DWORD,
pub ptd: DWORD,
pub dwAspect: DWORD,
pub lindex: LONG,
pub tymed: DWORD,
}Fields§
§cfFormat: DWORD§ptd: DWORD§dwAspect: DWORD§lindex: LONG§tymed: DWORDTrait Implementations§
Source§impl Clone for tagRemFORMATETC
impl Clone for tagRemFORMATETC
Source§fn clone(&self) -> tagRemFORMATETC
fn clone(&self) -> tagRemFORMATETC
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 tagRemFORMATETC
impl Debug for tagRemFORMATETC
impl Copy for tagRemFORMATETC
Auto Trait Implementations§
impl Freeze for tagRemFORMATETC
impl RefUnwindSafe for tagRemFORMATETC
impl Send for tagRemFORMATETC
impl Sync for tagRemFORMATETC
impl Unpin for tagRemFORMATETC
impl UnwindSafe for tagRemFORMATETC
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