Struct FORMATETC
#[repr(C)]pub struct FORMATETC {
pub cfFormat: u16,
pub ptd: *mut DVTARGETDEVICE,
pub dwAspect: u32,
pub lindex: i32,
pub tymed: u32,
}
Fields§
§cfFormat: u16
§ptd: *mut DVTARGETDEVICE
§dwAspect: u32
§lindex: i32
§tymed: u32
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