Struct libc::input_event
#[repr(C)]
pub struct input_event {
pub time: ::timeval,
pub type_: ::__u16,
pub code: ::__u16,
pub value: ::__s32,
}Fields
pub time: ::timevalpub type_: ::__u16pub code: ::__u16pub value: ::__s32Trait Implementations
impl Clone for input_event
fn clone(&Self) -> input_eventimpl Copy for input_eventimpl Debug for input_event
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for input_eventimpl Hash for input_event
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<input_event> for input_event
fn eq(&Self, other: &input_event) -> boolfn ne(&Self, other: &input_event) -> boolimpl StructuralEq for input_eventimpl StructuralPartialEq for input_eventAuto Trait Implementations
impl RefUnwindSafe for input_eventimpl Send for input_eventimpl Sync for input_eventimpl Unpin for input_eventimpl UnwindSafe for input_eventBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T