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 | |
flAccel | |
cGlyphsSupported | |
cRanges | |
ranges |
Trait Implementations
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