Struct windows_sys::Win32::Graphics::Gdi::LOGFONTW
#[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: FONT_CHARSET,
pub lfOutPrecision: FONT_OUTPUT_PRECISION,
pub lfClipPrecision: FONT_CLIP_PRECISION,
pub lfQuality: FONT_QUALITY,
pub lfPitchAndFamily: u8,
pub lfFaceName: [u16; 32],
}
Fields§
§lfHeight: i32
§lfWidth: i32
§lfEscapement: i32
§lfOrientation: i32
§lfWeight: i32
§lfItalic: u8
§lfUnderline: u8
§lfStrikeOut: u8
§lfCharSet: FONT_CHARSET
§lfOutPrecision: FONT_OUTPUT_PRECISION
§lfClipPrecision: FONT_CLIP_PRECISION
§lfQuality: FONT_QUALITY
§lfPitchAndFamily: u8
§lfFaceName: [u16; 32]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LOGFONTW
impl RefUnwindSafe for LOGFONTW
impl Send for LOGFONTW
impl Sync for LOGFONTW
impl Unpin for LOGFONTW
impl UnwindSafe for LOGFONTW
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)