pub enum Kind {
Show 15 variants
Combo,
Desktop,
Dialog,
DND,
Dock,
DropDownMenu,
Menu,
Normal,
Notification,
PopupMenu,
Splash,
Toolbar,
ToolTip,
Utility,
Invalid,
}Expand description
Kind provides an easy way to identify the different window types
Variants§
Combo
Desktop
Dialog
DND
Dock
DropDownMenu
Menu
Normal
Notification
PopupMenu
Splash
Toolbar
ToolTip
Utility
Invalid
Implementations§
Source§impl Kind
impl Kind
pub fn from(atoms: &AtomCollection, val: u32) -> WmCtlResult<Kind>
Trait Implementations§
impl StructuralPartialEq for Kind
Auto Trait Implementations§
impl Freeze for Kind
impl RefUnwindSafe for Kind
impl Send for Kind
impl Sync for Kind
impl Unpin for Kind
impl UnwindSafe for Kind
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