Struct leftwm_core::models::Screen [−][src]
pub struct Screen {
pub root: WindowHandle,
pub bbox: BBox,
pub wsid: Option<i32>,
pub max_window_width: Option<Size>,
}Fields
root: WindowHandlebbox: BBoxwsid: Option<i32>max_window_width: Option<Size>Implementations
Trait Implementations
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
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Screen
impl UnwindSafe for Screen
Blanket Implementations
Mutably borrows from an owned value. Read more