#[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: u32Trait Implementations§
Source§impl Abi for RemFORMATETC
impl Abi for RemFORMATETC
Source§type Abi = RemFORMATETC
type Abi = RemFORMATETC
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for RemFORMATETC
impl Clone for RemFORMATETC
Source§fn clone(&self) -> RemFORMATETC
fn clone(&self) -> RemFORMATETC
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 RemFORMATETC
impl Debug for RemFORMATETC
Source§impl Default for RemFORMATETC
impl Default for RemFORMATETC
Source§impl PartialEq for RemFORMATETC
impl PartialEq for RemFORMATETC
impl Copy for RemFORMATETC
impl Eq 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