Enum xkbcommon_dl::xkb_key_direction
source · #[repr(C)]pub enum xkb_key_direction {
XKB_KEY_UP = 0,
XKB_KEY_DOWN = 1,
}
Variants§
Trait Implementations§
source§impl Clone for xkb_key_direction
impl Clone for xkb_key_direction
source§fn clone(&self) -> xkb_key_direction
fn clone(&self) -> xkb_key_direction
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 moresource§impl Debug for xkb_key_direction
impl Debug for xkb_key_direction
source§impl PartialEq for xkb_key_direction
impl PartialEq for xkb_key_direction
source§fn eq(&self, other: &xkb_key_direction) -> bool
fn eq(&self, other: &xkb_key_direction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for xkb_key_direction
impl StructuralPartialEq for xkb_key_direction
Auto Trait Implementations§
impl Freeze for xkb_key_direction
impl RefUnwindSafe for xkb_key_direction
impl Send for xkb_key_direction
impl Sync for xkb_key_direction
impl Unpin for xkb_key_direction
impl UnwindSafe for xkb_key_direction
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