#[repr(C)]pub struct INPUT_RECORD_Event(/* private fields */);
Implementations§
Source§impl INPUT_RECORD_Event
impl INPUT_RECORD_Event
pub unsafe fn KeyEvent(&self) -> &KEY_EVENT_RECORD
pub unsafe fn KeyEvent_mut(&mut self) -> &mut KEY_EVENT_RECORD
pub unsafe fn MouseEvent(&self) -> &MOUSE_EVENT_RECORD
pub unsafe fn MouseEvent_mut(&mut self) -> &mut MOUSE_EVENT_RECORD
pub unsafe fn WindowBufferSizeEvent(&self) -> &WINDOW_BUFFER_SIZE_RECORD
pub unsafe fn WindowBufferSizeEvent_mut( &mut self, ) -> &mut WINDOW_BUFFER_SIZE_RECORD
pub unsafe fn MenuEvent(&self) -> &MENU_EVENT_RECORD
pub unsafe fn MenuEvent_mut(&mut self) -> &mut MENU_EVENT_RECORD
pub unsafe fn FocusEvent(&self) -> &FOCUS_EVENT_RECORD
pub unsafe fn FocusEvent_mut(&mut self) -> &mut FOCUS_EVENT_RECORD
Trait Implementations§
Source§impl Clone for INPUT_RECORD_Event
impl Clone for INPUT_RECORD_Event
Source§fn clone(&self) -> INPUT_RECORD_Event
fn clone(&self) -> INPUT_RECORD_Event
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 moreimpl Copy for INPUT_RECORD_Event
Auto Trait Implementations§
impl Freeze for INPUT_RECORD_Event
impl RefUnwindSafe for INPUT_RECORD_Event
impl Send for INPUT_RECORD_Event
impl Sync for INPUT_RECORD_Event
impl Unpin for INPUT_RECORD_Event
impl UnwindSafe for INPUT_RECORD_Event
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