#[repr(C)]pub struct LOGFONTA {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: [CHAR; 32],
}Fields
lfHeight: LONGlfWidth: LONGlfEscapement: LONGlfOrientation: LONGlfWeight: LONGlfItalic: BYTElfUnderline: BYTElfStrikeOut: BYTElfCharSet: BYTElfOutPrecision: BYTElfClipPrecision: BYTElfQuality: BYTElfPitchAndFamily: BYTElfFaceName: [CHAR; 32]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LOGFONTA
impl Send for LOGFONTA
impl Sync for LOGFONTA
impl Unpin for LOGFONTA
impl UnwindSafe for LOGFONTA
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