#[repr(C)]pub struct tagLOGFONTW {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: LONG
§lfWidth: LONG
§lfEscapement: LONG
§lfOrientation: LONG
§lfWeight: LONG
§lfItalic: BYTE
§lfUnderline: BYTE
§lfStrikeOut: BYTE
§lfCharSet: BYTE
§lfOutPrecision: BYTE
§lfClipPrecision: BYTE
§lfQuality: BYTE
§lfPitchAndFamily: BYTE
§lfFaceName: [WCHAR; 32]
Trait Implementations§
Source§impl Clone for tagLOGFONTW
impl Clone for tagLOGFONTW
Source§fn clone(&self) -> tagLOGFONTW
fn clone(&self) -> tagLOGFONTW
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for tagLOGFONTW
impl Debug for tagLOGFONTW
Source§impl Ord for tagLOGFONTW
impl Ord for tagLOGFONTW
Source§fn cmp(&self, other: &tagLOGFONTW) -> Ordering
fn cmp(&self, other: &tagLOGFONTW) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagLOGFONTW
impl PartialEq for tagLOGFONTW
Source§impl PartialOrd for tagLOGFONTW
impl PartialOrd for tagLOGFONTW
impl Copy for tagLOGFONTW
impl Eq for tagLOGFONTW
impl StructuralPartialEq for tagLOGFONTW
Auto Trait Implementations§
impl Freeze for tagLOGFONTW
impl RefUnwindSafe for tagLOGFONTW
impl Send for tagLOGFONTW
impl Sync for tagLOGFONTW
impl Unpin for tagLOGFONTW
impl UnwindSafe for tagLOGFONTW
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