Struct winapi::wingdi::METAFILEPICT
[−]
[src]
pub struct METAFILEPICT { pub mm: LONG, pub xExt: LONG, pub yExt: LONG, pub hMF: HMETAFILE, }
Fields
mm | |
xExt | |
yExt | |
hMF |
Trait Implementations
impl Copy for METAFILEPICT
[src]
impl Clone for METAFILEPICT
[src]
fn clone(&self) -> METAFILEPICT
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more