#[repr(C)]pub struct METAFILEPICT {
pub mm: LONG,
pub xExt: LONG,
pub yExt: LONG,
pub hMF: HMETAFILE,
}
Fields
mm: LONG
xExt: LONG
yExt: LONG
hMF: HMETAFILE
Trait Implementations
sourceimpl Clone for METAFILEPICT
impl Clone for METAFILEPICT
sourcefn clone(&self) -> METAFILEPICT
fn clone(&self) -> METAFILEPICT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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
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