#[repr(C, packed(1))]
pub struct NT_CONSOLE_PROPS {
Show 21 fields pub dbh: DATABLOCK_HEADER, pub wFillAttribute: u16, pub wPopupFillAttribute: u16, pub dwScreenBufferSize: COORD, pub dwWindowSize: COORD, pub dwWindowOrigin: COORD, pub nFont: u32, pub nInputBufferSize: u32, pub dwFontSize: COORD, pub uFontFamily: u32, pub uFontWeight: u32, pub FaceName: [u16; 32], pub uCursorSize: u32, pub bFullScreen: BOOL, pub bQuickEdit: BOOL, pub bInsertMode: BOOL, pub bAutoPosition: BOOL, pub uHistoryBufferSize: u32, pub uNumberOfHistoryBuffers: u32, pub bHistoryNoDup: BOOL, pub ColorTable: [u32; 16],
}
Expand description

Required features: ‘Win32_UI_Shell’, ‘Win32_Foundation’, ‘Win32_System_Console’

Fields

dbh: DATABLOCK_HEADERwFillAttribute: u16wPopupFillAttribute: u16dwScreenBufferSize: COORDdwWindowSize: COORDdwWindowOrigin: COORDnFont: u32nInputBufferSize: u32dwFontSize: COORDuFontFamily: u32uFontWeight: u32FaceName: [u16; 32]uCursorSize: u32bFullScreen: BOOLbQuickEdit: BOOLbInsertMode: BOOLbAutoPosition: BOOLuHistoryBufferSize: u32uNumberOfHistoryBuffers: u32bHistoryNoDup: BOOLColorTable: [u32; 16]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.