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