Struct x11rb_protocol::protocol::xproto::Mapping
source · pub struct Mapping(u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
source§impl Ord for Mapping
impl Ord for Mapping
source§impl PartialEq for Mapping
impl PartialEq for Mapping
source§impl PartialOrd for Mapping
impl PartialOrd for Mapping
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 Mapping
impl Eq for Mapping
impl StructuralPartialEq for Mapping
Auto Trait Implementations§
impl Freeze for Mapping
impl RefUnwindSafe for Mapping
impl Send for Mapping
impl Sync for Mapping
impl Unpin for Mapping
impl UnwindSafe for Mapping
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