Struct winapi::um::wincon::CONSOLE_READCONSOLE_CONTROL
source · #[repr(C)]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§
source§impl Clone for CONSOLE_READCONSOLE_CONTROL
impl Clone for CONSOLE_READCONSOLE_CONTROL
source§fn clone(&self) -> CONSOLE_READCONSOLE_CONTROL
fn clone(&self) -> CONSOLE_READCONSOLE_CONTROL
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for CONSOLE_READCONSOLE_CONTROL
impl Default for CONSOLE_READCONSOLE_CONTROL
source§fn default() -> CONSOLE_READCONSOLE_CONTROL
fn default() -> CONSOLE_READCONSOLE_CONTROL
Returns the “default value” for a type. Read more