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 | |
nInitialChars | |
dwCtrlWakeupMask | |
dwControlKeyState |
Trait Implementations
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