#[repr(C, packed(2))]pub struct InputEvent {
pub ie_NextEvent: *mut InputEvent,
pub ie_Class: UBYTE,
pub ie_SubClass: UBYTE,
pub ie_Code: UWORD,
pub ie_Qualifier: UWORD,
pub ie_position: InputEvent__bindgen_ty_1,
pub ie_TimeStamp: TimeVal_Type,
}Fields§
§ie_NextEvent: *mut InputEvent§ie_Class: UBYTE§ie_SubClass: UBYTE§ie_Code: UWORD§ie_Qualifier: UWORD§ie_position: InputEvent__bindgen_ty_1§ie_TimeStamp: TimeVal_TypeTrait Implementations§
Source§impl Clone for InputEvent
impl Clone for InputEvent
Source§fn clone(&self) -> InputEvent
fn clone(&self) -> InputEvent
Returns a duplicate 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 InputEvent
Auto Trait Implementations§
impl Freeze for InputEvent
impl RefUnwindSafe for InputEvent
impl !Send for InputEvent
impl !Sync for InputEvent
impl Unpin for InputEvent
impl UnwindSafe for InputEvent
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