Struct winapi::wincon::CONSOLE_SCREEN_BUFFER_INFO [] [src]

pub struct CONSOLE_SCREEN_BUFFER_INFO {
    pub dwSize: COORD,
    pub dwCursorPosition: COORD,
    pub wAttributes: WORD,
    pub srWindow: SMALL_RECT,
    pub dwMaximumWindowSize: COORD,
}

Fields

dwSize
dwCursorPosition
wAttributes
srWindow
dwMaximumWindowSize

Trait Implementations

Derived Implementations

impl Debug for CONSOLE_SCREEN_BUFFER_INFO

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

impl Copy for CONSOLE_SCREEN_BUFFER_INFO

impl Clone for CONSOLE_SCREEN_BUFFER_INFO

fn clone(&self) -> CONSOLE_SCREEN_BUFFER_INFO

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