Struct openssl_sys::input_keymap_entry
source · [−]pub struct input_keymap_entry {
pub flags: u8,
pub len: u8,
pub index: u16,
pub keycode: u32,
pub scancode: [u8; 32],
}
Fields
flags: u8
len: u8
index: u16
keycode: u32
scancode: [u8; 32]
Trait Implementations
sourceimpl Clone for input_keymap_entry
impl Clone for input_keymap_entry
sourcefn clone(&self) -> input_keymap_entry
fn clone(&self) -> input_keymap_entry
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more