Struct winapi::wingdi::GLYPHSET [] [src]

pub struct GLYPHSET {
    pub cbThis: DWORD,
    pub flAccel: DWORD,
    pub cGlyphsSupported: DWORD,
    pub cRanges: DWORD,
    pub ranges: [WCRANGE; 1],
}

Fields

cbThis: DWORD flAccel: DWORD cGlyphsSupported: DWORD cRanges: DWORD ranges: [WCRANGE; 1]

Trait Implementations

impl Debug for GLYPHSET
[src]

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

Formats the value using the given formatter.

impl Copy for GLYPHSET
[src]

impl Clone for GLYPHSET
[src]

fn clone(&self) -> GLYPHSET

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