Struct winapi::wincon::WINDOW_BUFFER_SIZE_RECORD
[−]
[src]
pub struct WINDOW_BUFFER_SIZE_RECORD {
pub dwSize: COORD,
}Fields
dwSize |
Trait Implementations
impl Copy for WINDOW_BUFFER_SIZE_RECORD[src]
impl Clone for WINDOW_BUFFER_SIZE_RECORD[src]
fn clone(&self) -> WINDOW_BUFFER_SIZE_RECORD
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