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