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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WindowZLevel
impl Debug for WindowZLevel
Source§impl PartialEq for WindowZLevel
impl PartialEq for WindowZLevel
impl Copy for WindowZLevel
impl Eq for WindowZLevel
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