Struct windows_sys::Win32::System::DataExchange::METAFILEPICT
#[repr(C)]pub struct METAFILEPICT {
pub mm: i32,
pub xExt: i32,
pub yExt: i32,
pub hMF: HMETAFILE,
}
Expand description
Required features: "Win32_Graphics_Gdi"
Fields§
§mm: i32
§xExt: i32
§yExt: i32
§hMF: HMETAFILE
Trait Implementations§
§impl Clone for METAFILEPICT
impl Clone for METAFILEPICT
impl Copy for METAFILEPICT
Auto Trait Implementations§
impl RefUnwindSafe for METAFILEPICT
impl Send for METAFILEPICT
impl Sync for METAFILEPICT
impl Unpin for METAFILEPICT
impl UnwindSafe for METAFILEPICT
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