Struct windows_sys::Win32::System::Com::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: u32Trait 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§
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