#[non_exhaustive]pub enum DesktopEnvironment {
}Expand description
The desktop environment of a system
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Unknown(String)
Unknown desktop environment
WebBrowser(String)
Running as Web Assembly on a web page
Gnome
Popular GTK-based desktop environment on Linux
Windows
One of the desktop environments for a specific version of Windows
Lxde
Linux desktop environment optimized for low resource requirements
Openbox
Stacking window manager for X Windows on Linux
Mate
Desktop environment for Linux, BSD and illumos
Xfce
Lightweight desktop enivornment for unix-like operating systems
Plasma
KDE Plasma desktop enviroment
Cinnamon
Default desktop environment on Linux Mint
I3
Tiling window manager for Linux
Aqua
Desktop environment for MacOS
Ios
Desktop environment for iOS
Android
Desktop environment for Android
Console
A desktop environment for a video game console
Ubuntu
Ubuntu-branded GNOME
Ermine
Default shell for Fuchsia
Orbital
Default desktop environment for Redox
Niri
Wayland scrolling window manager for Linux
Hyprland
Wayland tiling window manager for Linux
Cosmic
Rust based desktop environment on Linux
Implementations§
Trait Implementations§
Source§impl Clone for DesktopEnvironment
impl Clone for DesktopEnvironment
Source§fn clone(&self) -> DesktopEnvironment
fn clone(&self) -> DesktopEnvironment
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more