Enum xcb::xkb::SymInterpretMatch
source · #[repr(u32)]pub enum SymInterpretMatch {
NoneOf = 0,
AnyOfOrNone = 1,
AnyOf = 2,
AllOf = 3,
Exactly = 4,
}
Variants§
Trait Implementations§
source§impl Clone for SymInterpretMatch
impl Clone for SymInterpretMatch
source§fn clone(&self) -> SymInterpretMatch
fn clone(&self) -> SymInterpretMatch
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 SymInterpretMatch
impl Debug for SymInterpretMatch
source§impl Ord for SymInterpretMatch
impl Ord for SymInterpretMatch
source§fn cmp(&self, other: &SymInterpretMatch) -> Ordering
fn cmp(&self, other: &SymInterpretMatch) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for SymInterpretMatch
impl PartialEq for SymInterpretMatch
source§impl PartialOrd for SymInterpretMatch
impl PartialOrd for SymInterpretMatch
impl Copy for SymInterpretMatch
impl Eq for SymInterpretMatch
impl StructuralPartialEq for SymInterpretMatch
Auto Trait Implementations§
impl Freeze for SymInterpretMatch
impl RefUnwindSafe for SymInterpretMatch
impl Send for SymInterpretMatch
impl Sync for SymInterpretMatch
impl Unpin for SymInterpretMatch
impl UnwindSafe for SymInterpretMatch
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)