pub enum WindowZPosition {
Bottom,
NoTopMost,
Top,
TopMost,
}Available on crate feature
ui only.Variants§
Trait Implementations§
Source§impl Clone for WindowZPosition
impl Clone for WindowZPosition
Source§fn clone(&self) -> WindowZPosition
fn clone(&self) -> WindowZPosition
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WindowZPosition
Source§impl Debug for WindowZPosition
impl Debug for WindowZPosition
impl Eq for WindowZPosition
Source§impl PartialEq for WindowZPosition
impl PartialEq for WindowZPosition
Source§fn eq(&self, other: &WindowZPosition) -> bool
fn eq(&self, other: &WindowZPosition) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WindowZPosition
Auto Trait Implementations§
impl Freeze for WindowZPosition
impl RefUnwindSafe for WindowZPosition
impl Send for WindowZPosition
impl Sync for WindowZPosition
impl Unpin for WindowZPosition
impl UnsafeUnpin for WindowZPosition
impl UnwindSafe for WindowZPosition
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