Struct winapi::wingdi::ENHMETARECORD
[−]
[src]
pub struct ENHMETARECORD { pub iType: DWORD, pub nSize: DWORD, pub dParm: [DWORD; 1], }
Fields
iType | |
nSize | |
dParm |
Trait Implementations
impl Copy for ENHMETARECORD
[src]
impl Clone for ENHMETARECORD
[src]
fn clone(&self) -> ENHMETARECORD
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