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
impl Copy for CONSOLE_SCREEN_BUFFER_INFO[src]
impl Clone for CONSOLE_SCREEN_BUFFER_INFO[src]
fn clone(&self) -> CONSOLE_SCREEN_BUFFER_INFO
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