#[repr(C)]pub struct LOGFONTW {Show 14 fields
    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
lfHeight: LONGlfWidth: LONGlfEscapement: LONGlfOrientation: LONGlfWeight: LONGlfItalic: BYTElfUnderline: BYTElfStrikeOut: BYTElfCharSet: BYTElfOutPrecision: BYTElfClipPrecision: BYTElfQuality: BYTElfPitchAndFamily: BYTElfFaceName: [WCHAR; 32]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LOGFONTW
impl Send for LOGFONTW
impl Sync for LOGFONTW
impl Unpin for LOGFONTW
impl UnwindSafe for LOGFONTW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more