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: UINT gmBlackBoxY: UINT gmptGlyphOrigin: POINT gmCellIncX: c_short gmCellIncY: c_short

Trait Implementations

impl Debug for GLYPHMETRICS
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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