Struct x11rb_protocol::protocol::xproto::Place
source · pub struct Place(/* private fields */);
Expand description
§Fields
OnTop
- The window is now on top of all siblings.OnBottom
- The window is now below all siblings.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Place
impl<'de> Deserialize<'de> for Place
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Ord for Place
impl Ord for Place
source§impl PartialEq for Place
impl PartialEq for Place
source§impl PartialOrd for Place
impl PartialOrd for Place
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 Place
impl Eq for Place
impl StructuralPartialEq for Place
Auto Trait Implementations§
impl Freeze for Place
impl RefUnwindSafe for Place
impl Send for Place
impl Sync for Place
impl Unpin for Place
impl UnwindSafe for Place
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