#[repr(C)]pub struct FORMATETC {
pub cfFormat: u16,
pub ptd: *mut DVTARGETDEVICE,
pub dwAspect: u32,
pub lindex: i32,
pub tymed: u32,
}
Expand description
Required features: "Win32_System_Com"
Fields
cfFormat: u16
ptd: *mut DVTARGETDEVICE
dwAspect: u32
lindex: i32
tymed: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FORMATETC
impl !Send for FORMATETC
impl !Sync for FORMATETC
impl Unpin for FORMATETC
impl UnwindSafe for FORMATETC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more