#[repr(C)]pub struct FORMATETC {
pub cfFormat: CLIPFORMAT,
pub ptd: *const DVTARGETDEVICE,
pub dwAspect: DWORD,
pub lindex: LONG,
pub tymed: DWORD,
}
Fields§
§cfFormat: CLIPFORMAT
§ptd: *const DVTARGETDEVICE
§dwAspect: DWORD
§lindex: LONG
§tymed: DWORD
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FORMATETC
impl RefUnwindSafe for FORMATETC
impl !Send for FORMATETC
impl !Sync for FORMATETC
impl Unpin for FORMATETC
impl UnwindSafe for FORMATETC
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