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