Enum xkbcommon_dl::xkb_keymap_format
source · #[repr(C)]pub enum xkb_keymap_format {
XKB_KEYMAP_USE_ORIGINAL_FORMAT = 0,
XKB_KEYMAP_FORMAT_TEXT_V1 = 1,
}
Variants§
XKB_KEYMAP_USE_ORIGINAL_FORMAT = 0
Cannot be used for creation.
XKB_KEYMAP_FORMAT_TEXT_V1 = 1
The current/classic XKB text format, as generated by xkbcomp -xkb.
Trait Implementations§
source§impl Clone for xkb_keymap_format
impl Clone for xkb_keymap_format
source§fn clone(&self) -> xkb_keymap_format
fn clone(&self) -> xkb_keymap_format
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_keymap_format
impl Debug for xkb_keymap_format
source§impl PartialEq for xkb_keymap_format
impl PartialEq for xkb_keymap_format
source§fn eq(&self, other: &xkb_keymap_format) -> bool
fn eq(&self, other: &xkb_keymap_format) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for xkb_keymap_format
impl StructuralPartialEq for xkb_keymap_format
Auto Trait Implementations§
impl Freeze for xkb_keymap_format
impl RefUnwindSafe for xkb_keymap_format
impl Send for xkb_keymap_format
impl Sync for xkb_keymap_format
impl Unpin for xkb_keymap_format
impl UnwindSafe for xkb_keymap_format
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