Struct METAFILEPICT
#[repr(C)]pub struct METAFILEPICT {
pub mm: i32,
pub xExt: i32,
pub yExt: i32,
pub hMF: HMETAFILE,
}Fields§
§mm: i32§xExt: i32§yExt: i32§hMF: HMETAFILETrait Implementations§
§impl Clone for METAFILEPICT
impl Clone for METAFILEPICT
§fn clone(&self) -> METAFILEPICT
fn clone(&self) -> METAFILEPICT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Default for METAFILEPICT
Available on crate feature Win32_Graphics_Gdi only.
impl Default for METAFILEPICT
Available on crate feature
Win32_Graphics_Gdi only.impl Copy for METAFILEPICT
Auto Trait Implementations§
impl Freeze for METAFILEPICT
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