Struct windows_sys::Win32::System::Com::Urlmon::RemFORMATETC
[−]#[repr(C)]pub struct RemFORMATETC {
pub cfFormat: u32,
pub ptd: u32,
pub dwAspect: u32,
pub lindex: i32,
pub tymed: u32,
}
Expand description
Required features: "Win32_System_Com_Urlmon"
Fields
cfFormat: u32
ptd: u32
dwAspect: u32
lindex: i32
tymed: u32
Trait Implementations
impl Clone for RemFORMATETC
impl Clone for RemFORMATETC
impl Copy for RemFORMATETC
Auto Trait Implementations
impl RefUnwindSafe for RemFORMATETC
impl Send for RemFORMATETC
impl Sync for RemFORMATETC
impl Unpin for RemFORMATETC
impl UnwindSafe for RemFORMATETC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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