Struct winapi::wingdi::LOGFONTW [] [src]

#[repr(C)]
pub struct LOGFONTW { pub lfHeight: LONG, pub lfWidth: LONG, pub lfEscapement: LONG, pub lfOrientation: LONG, pub lfWeight: LONG, pub lfItalic: BYTE, pub lfUnderline: BYTE, pub lfStrikeOut: BYTE, pub lfCharSet: BYTE, pub lfOutPrecision: BYTE, pub lfClipPrecision: BYTE, pub lfQuality: BYTE, pub lfPitchAndFamily: BYTE, pub lfFaceName: [WCHAR; 32], }

Fields

Trait Implementations

impl Copy for LOGFONTW
[src]

impl Clone for LOGFONTW
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more