Struct winapi::wincon::CONSOLE_FONT_INFOEX [] [src]

pub struct CONSOLE_FONT_INFOEX {
    pub cbSize: ULONG,
    pub nFont: DWORD,
    pub dwFontSize: COORD,
    pub FontFamily: UINT,
    pub FontWeight: UINT,
    pub FaceName: [WCHAR; 32],
}

Fields

cbSize: ULONG nFont: DWORD dwFontSize: COORD FontFamily: UINT FontWeight: UINT FaceName: [WCHAR; 32]

Trait Implementations

impl Debug for CONSOLE_FONT_INFOEX
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for CONSOLE_FONT_INFOEX
[src]

impl Clone for CONSOLE_FONT_INFOEX
[src]

fn clone(&self) -> CONSOLE_FONT_INFOEX

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more