Struct leftwm_core::models::Xyhw [−][src]
pub struct Xyhw { /* fields omitted */ }Expand description
Struct containing min/max width and height and window placement. x,y from top left.
Implementations
Trim a Xyhw out of another Xyhw so that they don’t overlap.
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.
Auto Trait Implementations
impl RefUnwindSafe for Xyhw
impl UnwindSafe for Xyhw
Blanket Implementations
Mutably borrows from an owned value. Read more