Struct x11rb_protocol::protocol::xkb::Const
source · pub struct Const(u8);
Tuple Fields§
§0: u8
Implementations§
source§impl Const
impl Const
pub const MAX_LEGAL_KEY_CODE: Self = _
pub const PER_KEY_BIT_ARRAY_SIZE: Self = _
pub const KEY_NAME_LENGTH: Self = _
Trait Implementations§
source§impl Ord for Const
impl Ord for Const
source§impl PartialEq for Const
impl PartialEq for Const
source§impl PartialOrd for Const
impl PartialOrd for Const
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 Const
impl Eq for Const
impl StructuralPartialEq for Const
Auto Trait Implementations§
impl Freeze for Const
impl RefUnwindSafe for Const
impl Send for Const
impl Sync for Const
impl Unpin for Const
impl UnwindSafe for Const
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