Enum smithay_client_toolkit::window::WindowState [−][src]
pub enum WindowState {
Active,
Inactive,
}
Expand description
Represents the status of a window
Variants
Active
The window is active, in the foreground
Inactive
The window is inactive, in the background
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for WindowState
impl Send for WindowState
impl Sync for WindowState
impl Unpin for WindowState
impl UnwindSafe for WindowState
Blanket Implementations
Mutably borrows from an owned value. Read more