Struct windows_sys::Win32::System::Console::INPUT_RECORD
[−]#[repr(C)]pub struct INPUT_RECORD {
pub EventType: u16,
pub Event: INPUT_RECORD_0,
}
Expand description
Required features: "Win32_System_Console"
, "Win32_Foundation"
Fields
EventType: u16
Event: INPUT_RECORD_0
Trait Implementations
impl Clone for INPUT_RECORD
impl Clone for INPUT_RECORD
impl Copy for INPUT_RECORD
Auto Trait Implementations
impl RefUnwindSafe for INPUT_RECORD
impl Send for INPUT_RECORD
impl Sync for INPUT_RECORD
impl Unpin for INPUT_RECORD
impl UnwindSafe for INPUT_RECORD
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more