Struct x11rb::protocol::xkb::SymInterpretMatch
source · pub struct SymInterpretMatch(u8);
Tuple Fields§
§0: u8
Implementations§
source§impl SymInterpretMatch
impl SymInterpretMatch
pub const NONE_OF: SymInterpretMatch = _
pub const ANY_OF_OR_NONE: SymInterpretMatch = _
pub const ANY_OF: SymInterpretMatch = _
pub const ALL_OF: SymInterpretMatch = _
pub const EXACTLY: SymInterpretMatch = _
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 Default for SymInterpretMatch
impl Default for SymInterpretMatch
source§fn default() -> SymInterpretMatch
fn default() -> SymInterpretMatch
Returns the “default value” for a type. Read more
source§impl From<u8> for SymInterpretMatch
impl From<u8> for SymInterpretMatch
source§fn from(value: u8) -> SymInterpretMatch
fn from(value: u8) -> SymInterpretMatch
Converts to this type from the input type.
source§impl Hash for SymInterpretMatch
impl Hash 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§fn eq(&self, other: &SymInterpretMatch) -> bool
fn eq(&self, other: &SymInterpretMatch) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for SymInterpretMatch
impl PartialOrd for SymInterpretMatch
source§fn partial_cmp(&self, other: &SymInterpretMatch) -> Option<Ordering>
fn partial_cmp(&self, other: &SymInterpretMatch) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl 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