Struct windows_sys::Win32::System::SystemServices::RemHMETAFILEPICT
[−]#[repr(C)]pub struct RemHMETAFILEPICT {
pub mm: i32,
pub xExt: i32,
pub yExt: i32,
pub cbData: u32,
pub data: [u8; 1],
}
Expand description
Required features: "Win32_System_SystemServices"
Fields
mm: i32
xExt: i32
yExt: i32
cbData: u32
data: [u8; 1]
Trait Implementations
impl Clone for RemHMETAFILEPICT
impl Clone for RemHMETAFILEPICT
impl Copy for RemHMETAFILEPICT
Auto Trait Implementations
impl RefUnwindSafe for RemHMETAFILEPICT
impl Send for RemHMETAFILEPICT
impl Sync for RemHMETAFILEPICT
impl Unpin for RemHMETAFILEPICT
impl UnwindSafe for RemHMETAFILEPICT
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