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