Struct winapi::wingdi::GLYPHMETRICS
[−]
[src]
pub struct GLYPHMETRICS { pub gmBlackBoxX: UINT, pub gmBlackBoxY: UINT, pub gmptGlyphOrigin: POINT, pub gmCellIncX: c_short, pub gmCellIncY: c_short, }
Fields
gmBlackBoxX | |
gmBlackBoxY | |
gmptGlyphOrigin | |
gmCellIncX | |
gmCellIncY |
Trait Implementations
impl Copy for GLYPHMETRICS
[src]
impl Clone for GLYPHMETRICS
[src]
fn clone(&self) -> GLYPHMETRICS
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