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