[][src]Struct winapi::um::wingdi::LOGFONTW

#[repr(C)]
pub struct LOGFONTW { 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: LONGlfWidth: LONGlfEscapement: LONGlfOrientation: LONGlfWeight: LONGlfItalic: BYTElfUnderline: BYTElfStrikeOut: BYTElfCharSet: BYTElfOutPrecision: BYTElfClipPrecision: BYTElfQuality: BYTElfPitchAndFamily: BYTElfFaceName: [WCHAR; 32]

Trait Implementations

impl Clone for LOGFONTW[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for LOGFONTW[src]

impl Default for LOGFONTW[src]

Auto Trait Implementations

impl Send for LOGFONTW

impl Sync for LOGFONTW

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]