pub enum WindowZLevel {
Normal,
AlwaysOnTop,
}Variants§
Trait Implementations§
Source§impl Clone for WindowZLevel
impl Clone for WindowZLevel
Source§fn clone(&self) -> WindowZLevel
fn clone(&self) -> WindowZLevel
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 WindowZLevel
Source§impl Debug for WindowZLevel
impl Debug for WindowZLevel
impl Eq for WindowZLevel
Source§impl PartialEq for WindowZLevel
impl PartialEq for WindowZLevel
Source§fn eq(&self, other: &WindowZLevel) -> bool
fn eq(&self, other: &WindowZLevel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WindowZLevel
Auto Trait Implementations§
impl Freeze for WindowZLevel
impl RefUnwindSafe for WindowZLevel
impl Send for WindowZLevel
impl Sync for WindowZLevel
impl Unpin for WindowZLevel
impl UnsafeUnpin for WindowZLevel
impl UnwindSafe for WindowZLevel
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