Struct RemFORMATETC
#[repr(C)]pub struct RemFORMATETC {
pub cfFormat: u32,
pub ptd: u32,
pub dwAspect: u32,
pub lindex: i32,
pub tymed: u32,
}
Fields§
§cfFormat: u32
§ptd: u32
§dwAspect: u32
§lindex: i32
§tymed: u32
Trait Implementations§
§impl Clone for RemFORMATETC
impl Clone for RemFORMATETC
§fn clone(&self) -> RemFORMATETC
fn clone(&self) -> RemFORMATETC
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 more§impl Debug for RemFORMATETC
impl Debug for RemFORMATETC
§impl Default for RemFORMATETC
impl Default for RemFORMATETC
§impl PartialEq for RemFORMATETC
impl PartialEq for RemFORMATETC
impl Copy for RemFORMATETC
impl StructuralPartialEq for RemFORMATETC
Auto Trait Implementations§
impl Freeze for RemFORMATETC
impl RefUnwindSafe for RemFORMATETC
impl Send for RemFORMATETC
impl Sync for RemFORMATETC
impl Unpin for RemFORMATETC
impl UnwindSafe for RemFORMATETC
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