Struct libinput_event_keyboard
#[repr(C)]pub struct libinput_event_keyboard { /* private fields */ }
Expand description
@ingroup event_keyboard @struct libinput_event_keyboard
A keyboard event representing a key press/release.
Trait Implementations§
Source§impl AsRaw<libinput_event_keyboard> for KeyboardEvent
impl AsRaw<libinput_event_keyboard> for KeyboardEvent
Source§fn as_raw(&self) -> *const libinput_event_keyboard
fn as_raw(&self) -> *const libinput_event_keyboard
Receive a raw pointer representing this type.
Source§impl AsRaw<libinput_event_keyboard> for KeyboardKeyEvent
impl AsRaw<libinput_event_keyboard> for KeyboardKeyEvent
Source§fn as_raw(&self) -> *const libinput_event_keyboard
fn as_raw(&self) -> *const libinput_event_keyboard
Receive a raw pointer representing this type.
§impl Clone for libinput_event_keyboard
impl Clone for libinput_event_keyboard
§fn clone(&self) -> libinput_event_keyboard
fn clone(&self) -> libinput_event_keyboard
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 more§impl Debug for libinput_event_keyboard
impl Debug for libinput_event_keyboard
impl Copy for libinput_event_keyboard
Auto Trait Implementations§
impl Freeze for libinput_event_keyboard
impl RefUnwindSafe for libinput_event_keyboard
impl Send for libinput_event_keyboard
impl Sync for libinput_event_keyboard
impl Unpin for libinput_event_keyboard
impl UnwindSafe for libinput_event_keyboard
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