pub struct Place(u8);
Expand description
§Fields
OnTop
- The window is now on top of all siblings.OnBottom
- The window is now below all siblings.
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
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