Struct winapi::wincon::CONSOLE_READCONSOLE_CONTROL [] [src]

pub struct CONSOLE_READCONSOLE_CONTROL {
    pub nLength: ULONG,
    pub nInitialChars: ULONG,
    pub dwCtrlWakeupMask: ULONG,
    pub dwControlKeyState: ULONG,
}

Fields

nLength: ULONG nInitialChars: ULONG dwCtrlWakeupMask: ULONG dwControlKeyState: ULONG

Trait Implementations

impl Debug for CONSOLE_READCONSOLE_CONTROL
[src]

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

Formats the value using the given formatter.

impl Copy for CONSOLE_READCONSOLE_CONTROL
[src]

impl Clone for CONSOLE_READCONSOLE_CONTROL
[src]

fn clone(&self) -> CONSOLE_READCONSOLE_CONTROL

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