#[repr(C)]pub struct LOGFONTW {Show 14 fields
pub lfHeight: i32,
pub lfWidth: i32,
pub lfEscapement: i32,
pub lfOrientation: i32,
pub lfWeight: i32,
pub lfItalic: u8,
pub lfUnderline: u8,
pub lfStrikeOut: u8,
pub lfCharSet: u8,
pub lfOutPrecision: u8,
pub lfClipPrecision: u8,
pub lfQuality: u8,
pub lfPitchAndFamily: u8,
pub lfFaceName: [u16; 32],
}Expand description
Required features: ‘Win32_Graphics_Gdi’
Fields
lfHeight: i32lfWidth: i32lfEscapement: i32lfOrientation: i32lfWeight: i32lfItalic: u8lfUnderline: u8lfStrikeOut: u8lfCharSet: u8lfOutPrecision: u8lfClipPrecision: u8lfQuality: u8lfPitchAndFamily: u8lfFaceName: [u16; 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more