Struct leftwm_core::config::Workspace
source · pub struct Workspace {
pub x: i32,
pub y: i32,
pub height: i32,
pub width: i32,
pub output: String,
pub relative: Option<bool>,
pub max_window_width: Option<Size>,
pub layouts: Option<Vec<Layout>>,
}Fields§
§x: i32§y: i32§height: i32§width: i32§output: String§relative: Option<bool>§max_window_width: Option<Size>§layouts: Option<Vec<Layout>>Trait Implementations§
source§impl<'de> Deserialize<'de> for Workspace
impl<'de> Deserialize<'de> for Workspace
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<Workspace> for Workspace
impl PartialEq<Workspace> for Workspace
impl StructuralPartialEq for Workspace
Auto Trait Implementations§
impl RefUnwindSafe for Workspace
impl Send for Workspace
impl Sync for Workspace
impl Unpin for Workspace
impl UnwindSafe for Workspace
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