Struct x11rb_protocol::protocol::xkb::SymInterpMatch
source · pub struct SymInterpMatch(u8);
Tuple Fields§
§0: u8
Implementations§
source§impl SymInterpMatch
impl SymInterpMatch
pub const LEVEL_ONE_ONLY: Self = _
pub const OP_MASK: Self = _
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<SymInterpMatch> for Option<u16>
impl From<SymInterpMatch> for Option<u16>
source§fn from(input: SymInterpMatch) -> Self
fn from(input: SymInterpMatch) -> Self
Converts to this type from the input type.
source§impl From<SymInterpMatch> for Option<u32>
impl From<SymInterpMatch> for Option<u32>
source§fn from(input: SymInterpMatch) -> Self
fn from(input: SymInterpMatch) -> Self
Converts to this type from the input type.
source§impl From<SymInterpMatch> for Option<u8>
impl From<SymInterpMatch> for Option<u8>
source§fn from(input: SymInterpMatch) -> Self
fn from(input: SymInterpMatch) -> Self
Converts to this type from the input type.
source§impl From<SymInterpMatch> for u16
impl From<SymInterpMatch> for u16
source§fn from(input: SymInterpMatch) -> Self
fn from(input: SymInterpMatch) -> Self
Converts to this type from the input type.
source§impl From<SymInterpMatch> for u32
impl From<SymInterpMatch> for u32
source§fn from(input: SymInterpMatch) -> Self
fn from(input: SymInterpMatch) -> Self
Converts to this type from the input type.
source§impl From<SymInterpMatch> for u8
impl From<SymInterpMatch> for u8
source§fn from(input: SymInterpMatch) -> Self
fn from(input: SymInterpMatch) -> Self
Converts to this type from the input type.
source§impl From<u8> for SymInterpMatch
impl From<u8> for SymInterpMatch
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§impl PartialOrd for SymInterpMatch
impl PartialOrd for SymInterpMatch
impl 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
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
)