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_Foundation"
Fields§
§EventType: u16§Event: INPUT_RECORD_0Trait 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more