Enum frui::druid_shell::WindowLevel
[−]pub enum WindowLevel {
AppWindow,
Tooltip,
DropDown,
Modal,
}Expand description
Levels in the window system - Z order for display purposes. Describes the purpose of a window and should be mapped appropriately to match platform conventions.
Variants
AppWindow
A top level app window.
Tooltip
A window that should stay above app windows - like a tooltip
DropDown
A user interface element such as a dropdown menu or combo box
Modal
A modal dialog
Trait Implementations
impl Clone for WindowLevel
impl Clone for WindowLevel
fn clone(&self) -> WindowLevel
fn clone(&self) -> WindowLevel
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Debug for WindowLevel
impl Debug for WindowLevel
impl Copy for WindowLevel
Auto Trait Implementations
impl Immutable for WindowLevel
impl RefUnwindSafe for WindowLevel
impl Send for WindowLevel
impl Sync for WindowLevel
impl Unpin for WindowLevel
impl UnwindSafe for WindowLevel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more