#[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 duplicate 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
impl Copy 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