Enum leftwm_core::models::WindowState
source · pub enum WindowState {
Modal,
Sticky,
MaximizedVert,
MaximizedHorz,
Shaded,
SkipTaskbar,
SkipPager,
Hidden,
Fullscreen,
Above,
Below,
}Variants§
Modal
Sticky
MaximizedVert
MaximizedHorz
Shaded
SkipTaskbar
SkipPager
Hidden
Fullscreen
Above
Below
Trait Implementations§
source§impl Clone for WindowState
impl Clone for WindowState
source§fn clone(&self) -> WindowState
fn clone(&self) -> WindowState
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 WindowState
impl Debug for WindowState
source§impl<'de> Deserialize<'de> for WindowState
impl<'de> Deserialize<'de> for WindowState
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<WindowState> for WindowState
impl PartialEq<WindowState> for WindowState
source§fn eq(&self, other: &WindowState) -> bool
fn eq(&self, other: &WindowState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.