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