[][src]Struct winapi::um::wincontypes::INPUT_RECORD_Event

#[repr(C)]pub struct INPUT_RECORD_Event(_);

Implementations

impl INPUT_RECORD_Event[src]

pub unsafe fn KeyEvent(&self) -> &KEY_EVENT_RECORD[src]

pub unsafe fn KeyEvent_mut(&mut self) -> &mut KEY_EVENT_RECORD[src]

pub unsafe fn MouseEvent(&self) -> &MOUSE_EVENT_RECORD[src]

pub unsafe fn MouseEvent_mut(&mut self) -> &mut MOUSE_EVENT_RECORD[src]

pub unsafe fn WindowBufferSizeEvent(&self) -> &WINDOW_BUFFER_SIZE_RECORD[src]

pub unsafe fn WindowBufferSizeEvent_mut(
    &mut self
) -> &mut WINDOW_BUFFER_SIZE_RECORD
[src]

pub unsafe fn MenuEvent(&self) -> &MENU_EVENT_RECORD[src]

pub unsafe fn MenuEvent_mut(&mut self) -> &mut MENU_EVENT_RECORD[src]

pub unsafe fn FocusEvent(&self) -> &FOCUS_EVENT_RECORD[src]

pub unsafe fn FocusEvent_mut(&mut self) -> &mut FOCUS_EVENT_RECORD[src]

Trait Implementations

impl Clone for INPUT_RECORD_Event[src]

impl Copy for INPUT_RECORD_Event[src]

impl Default for INPUT_RECORD_Event[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.