Struct x11rb::protocol::xkb::SymInterpMatch
source · pub struct SymInterpMatch(u8);
Tuple Fields§
§0: u8
Implementations§
source§impl SymInterpMatch
impl SymInterpMatch
pub const LEVEL_ONE_ONLY: SymInterpMatch = _
pub const OP_MASK: SymInterpMatch = _
Trait Implementations§
source§impl Clone for SymInterpMatch
impl Clone for SymInterpMatch
source§fn clone(&self) -> SymInterpMatch
fn clone(&self) -> SymInterpMatch
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 SymInterpMatch
impl Debug for SymInterpMatch
source§impl Default for SymInterpMatch
impl Default for SymInterpMatch
source§fn default() -> SymInterpMatch
fn default() -> SymInterpMatch
Returns the “default value” for a type. Read more
source§impl From<u8> for SymInterpMatch
impl From<u8> for SymInterpMatch
source§fn from(value: u8) -> SymInterpMatch
fn from(value: u8) -> SymInterpMatch
Converts to this type from the input type.
source§impl Hash for SymInterpMatch
impl Hash for SymInterpMatch
source§impl Ord for SymInterpMatch
impl Ord for SymInterpMatch
source§fn cmp(&self, other: &SymInterpMatch) -> Ordering
fn cmp(&self, other: &SymInterpMatch) -> 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 SymInterpMatch
impl PartialEq for SymInterpMatch
source§fn eq(&self, other: &SymInterpMatch) -> bool
fn eq(&self, other: &SymInterpMatch) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for SymInterpMatch
impl PartialOrd for SymInterpMatch
source§fn partial_cmp(&self, other: &SymInterpMatch) -> Option<Ordering>
fn partial_cmp(&self, other: &SymInterpMatch) -> 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 SymInterpMatch
impl Eq for SymInterpMatch
impl StructuralPartialEq for SymInterpMatch
Auto Trait Implementations§
impl Freeze for SymInterpMatch
impl RefUnwindSafe for SymInterpMatch
impl Send for SymInterpMatch
impl Sync for SymInterpMatch
impl Unpin for SymInterpMatch
impl UnwindSafe for SymInterpMatch
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