#[repr(C)]pub struct tagLOGFONTA {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: 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: [CHAR; 32]
Trait Implementations§
Source§impl Clone for tagLOGFONTA
impl Clone for tagLOGFONTA
Source§fn clone(&self) -> tagLOGFONTA
fn clone(&self) -> tagLOGFONTA
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 tagLOGFONTA
impl Debug for tagLOGFONTA
Source§impl Ord for tagLOGFONTA
impl Ord for tagLOGFONTA
Source§fn cmp(&self, other: &tagLOGFONTA) -> Ordering
fn cmp(&self, other: &tagLOGFONTA) -> 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 tagLOGFONTA
impl PartialEq for tagLOGFONTA
Source§impl PartialOrd for tagLOGFONTA
impl PartialOrd for tagLOGFONTA
impl Copy for tagLOGFONTA
impl Eq for tagLOGFONTA
impl StructuralPartialEq for tagLOGFONTA
Auto Trait Implementations§
impl Freeze for tagLOGFONTA
impl RefUnwindSafe for tagLOGFONTA
impl Send for tagLOGFONTA
impl Sync for tagLOGFONTA
impl Unpin for tagLOGFONTA
impl UnwindSafe for tagLOGFONTA
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