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