Struct libc::input_keymap_entry
#[repr(C)]
pub struct input_keymap_entry {
pub flags: ::__u8,
pub len: ::__u8,
pub index: ::__u16,
pub keycode: ::__u32,
pub scancode: [::__u8; 32],
}
Fields
pub flags: ::__u8
pub len: ::__u8
pub index: ::__u16
pub keycode: ::__u32
pub scancode: [::__u8; 32]
Trait Implementations
impl Clone for input_keymap_entry
fn clone(&Self) -> input_keymap_entry
impl Copy for input_keymap_entry
impl Debug for input_keymap_entry
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for input_keymap_entry
impl Hash for input_keymap_entry
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl PartialEq<input_keymap_entry> for input_keymap_entry
fn eq(&Self, other: &input_keymap_entry) -> bool
fn ne(&Self, other: &input_keymap_entry) -> bool
impl StructuralEq for input_keymap_entry
impl StructuralPartialEq for input_keymap_entry
Auto Trait Implementations
impl RefUnwindSafe for input_keymap_entry
impl Send for input_keymap_entry
impl Sync for input_keymap_entry
impl Unpin for input_keymap_entry
impl UnwindSafe for input_keymap_entry
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T