Struct winapi::um::wingdi::GLYPHMETRICS
source · #[repr(C)]pub struct GLYPHMETRICS {
pub gmBlackBoxX: UINT,
pub gmBlackBoxY: UINT,
pub gmptGlyphOrigin: POINT,
pub gmCellIncX: c_short,
pub gmCellIncY: c_short,
}
Fields§
§gmBlackBoxX: UINT
§gmBlackBoxY: UINT
§gmptGlyphOrigin: POINT
§gmCellIncX: c_short
§gmCellIncY: c_short
Trait Implementations§
source§impl Clone for GLYPHMETRICS
impl Clone for GLYPHMETRICS
source§fn clone(&self) -> GLYPHMETRICS
fn clone(&self) -> GLYPHMETRICS
Returns a copy 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 moresource§impl Default for GLYPHMETRICS
impl Default for GLYPHMETRICS
source§fn default() -> GLYPHMETRICS
fn default() -> GLYPHMETRICS
Returns the “default value” for a type. Read more