Struct winapi::wincon::WINDOW_BUFFER_SIZE_RECORD [] [src]

pub struct WINDOW_BUFFER_SIZE_RECORD {
    pub dwSize: COORD,
}

Fields

dwSize: COORD

Trait Implementations

impl Debug for WINDOW_BUFFER_SIZE_RECORD
[src]

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

Formats the value using the given formatter.

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