#[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: DWORD
Trait Implementations§
Source§impl Clone for tagRemFORMATETC
impl Clone for tagRemFORMATETC
Source§fn clone(&self) -> tagRemFORMATETC
fn clone(&self) -> tagRemFORMATETC
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 tagRemFORMATETC
impl Debug for tagRemFORMATETC
Source§impl Ord for tagRemFORMATETC
impl Ord for tagRemFORMATETC
Source§fn cmp(&self, other: &tagRemFORMATETC) -> Ordering
fn cmp(&self, other: &tagRemFORMATETC) -> 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 tagRemFORMATETC
impl PartialEq for tagRemFORMATETC
Source§impl PartialOrd for tagRemFORMATETC
impl PartialOrd for tagRemFORMATETC
impl Copy for tagRemFORMATETC
impl Eq for tagRemFORMATETC
impl StructuralPartialEq 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