Struct winapi::um::wincon::CONSOLE_FONT_INFOEX
source · #[repr(C)]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§
source§impl Clone for CONSOLE_FONT_INFOEX
impl Clone for CONSOLE_FONT_INFOEX
source§fn clone(&self) -> CONSOLE_FONT_INFOEX
fn clone(&self) -> CONSOLE_FONT_INFOEX
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 Default for CONSOLE_FONT_INFOEX
impl Default for CONSOLE_FONT_INFOEX
source§fn default() -> CONSOLE_FONT_INFOEX
fn default() -> CONSOLE_FONT_INFOEX
Returns the “default value” for a type. Read more