pub enum WindowTypeHint {
Show 14 variants
Normal,
Dialog,
Menu,
Toolbar,
Splashscreen,
Utility,
Dock,
Desktop,
DropdownMenu,
PopupMenu,
Tooltip,
Notification,
Combo,
Dnd,
// some variants omitted
}
Variants§
Normal
Dialog
Menu
Toolbar
Splashscreen
Utility
Dock
Desktop
DropdownMenu
PopupMenu
Tooltip
Notification
Combo
Dnd
Trait Implementations§
Source§impl Clone for WindowTypeHint
impl Clone for WindowTypeHint
Source§fn clone(&self) -> WindowTypeHint
fn clone(&self) -> WindowTypeHint
Returns a copy 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 WindowTypeHint
impl Debug for WindowTypeHint
Source§impl Display for WindowTypeHint
impl Display for WindowTypeHint
Source§impl<'a> FromValue<'a> for WindowTypeHint
impl<'a> FromValue<'a> for WindowTypeHint
unsafe fn from_value(value: &Value) -> Self
Source§impl<'a> FromValueOptional<'a> for WindowTypeHint
impl<'a> FromValueOptional<'a> for WindowTypeHint
unsafe fn from_value_optional(value: &Value) -> Option<Self>
Source§impl Hash for WindowTypeHint
impl Hash for WindowTypeHint
Source§impl Ord for WindowTypeHint
impl Ord for WindowTypeHint
Source§fn cmp(&self, other: &WindowTypeHint) -> Ordering
fn cmp(&self, other: &WindowTypeHint) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WindowTypeHint
impl PartialEq for WindowTypeHint
Source§impl PartialOrd for WindowTypeHint
impl PartialOrd for WindowTypeHint
Source§impl StaticType for WindowTypeHint
impl StaticType for WindowTypeHint
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Copy for WindowTypeHint
impl Eq for WindowTypeHint
impl StructuralPartialEq for WindowTypeHint
Auto Trait Implementations§
impl Freeze for WindowTypeHint
impl RefUnwindSafe for WindowTypeHint
impl Send for WindowTypeHint
impl Sync for WindowTypeHint
impl Unpin for WindowTypeHint
impl UnwindSafe for WindowTypeHint
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToSendValue for T
impl<T> ToSendValue for T
Source§fn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a
SendValue
clone of self
.