Struct windows_webview2::Windows::Win32::Shell::LOGFONTA[][src]

#[repr(C)]pub struct LOGFONTA {
    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: u8,
    pub lfOutPrecision: u8,
    pub lfClipPrecision: u8,
    pub lfQuality: u8,
    pub lfPitchAndFamily: u8,
    pub lfFaceName: [i8; 32],
}

Fields

lfHeight: i32lfWidth: i32lfEscapement: i32lfOrientation: i32lfWeight: i32lfItalic: u8lfUnderline: u8lfStrikeOut: u8lfCharSet: u8lfOutPrecision: u8lfClipPrecision: u8lfQuality: u8lfPitchAndFamily: u8lfFaceName: [i8; 32]

Trait Implementations

impl Abi for LOGFONTA[src]

type Abi = Self

The abi representation of the implementing type. Read more

impl Clone for LOGFONTA[src]

impl Copy for LOGFONTA[src]

impl Debug for LOGFONTA[src]

impl Default for LOGFONTA[src]

impl Eq for LOGFONTA[src]

impl PartialEq<LOGFONTA> for LOGFONTA[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

impl<'a, T> IntoParam<'a, T> for T where
    T: Abi
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.