Struct x11rb_protocol::protocol::xkb::ID
source · pub struct ID(u16);
Tuple Fields§
§0: u16
Implementations§
source§impl ID
impl ID
pub const USE_CORE_KBD: Self = _
pub const USE_CORE_PTR: Self = _
pub const DFLT_XI_CLASS: Self = _
pub const DFLT_XI_ID: Self = _
pub const ALL_XI_CLASS: Self = _
pub const ALL_XI_ID: Self = _
pub const XI_NONE: Self = _
Trait Implementations§
source§impl Ord for ID
impl Ord for ID
source§impl PartialOrd for ID
impl PartialOrd for ID
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 ID
impl Eq for ID
impl StructuralPartialEq for ID
Auto Trait Implementations§
impl Freeze for ID
impl RefUnwindSafe for ID
impl Send for ID
impl Sync for ID
impl Unpin for ID
impl UnwindSafe for ID
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