Struct winapi::wincon::CONSOLE_SCREEN_BUFFER_INFOEX [] [src]

pub struct CONSOLE_SCREEN_BUFFER_INFOEX {
    pub cbSize: ULONG,
    pub dwSize: COORD,
    pub dwCursorPosition: COORD,
    pub wAttributes: WORD,
    pub srWindow: SMALL_RECT,
    pub dwMaximumWindowSize: COORD,
    pub wPopupAttributes: WORD,
    pub bFullscreenSupported: BOOL,
    pub ColorTable: [COLORREF; 16],
}

Fields

cbSize
dwSize
dwCursorPosition
wAttributes
srWindow
dwMaximumWindowSize
wPopupAttributes
bFullscreenSupported
ColorTable

Trait Implementations

Derived Implementations

impl Debug for CONSOLE_SCREEN_BUFFER_INFOEX

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

impl Copy for CONSOLE_SCREEN_BUFFER_INFOEX

impl Clone for CONSOLE_SCREEN_BUFFER_INFOEX

fn clone(&self) -> CONSOLE_SCREEN_BUFFER_INFOEX

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