Struct leftwm_core::models::XyhwChange [−][src]
pub struct XyhwChange {
pub x: Option<i32>,
pub y: Option<i32>,
pub h: Option<i32>,
pub w: Option<i32>,
pub minw: Option<i32>,
pub maxw: Option<i32>,
pub minh: Option<i32>,
pub maxh: Option<i32>,
}Fields
x: Option<i32>y: Option<i32>h: Option<i32>w: Option<i32>minw: Option<i32>maxw: Option<i32>minh: Option<i32>maxh: Option<i32>Implementations
Trait Implementations
Returns the “default value” for a type. Read more
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for XyhwChange
impl Send for XyhwChange
impl Sync for XyhwChange
impl Unpin for XyhwChange
impl UnwindSafe for XyhwChange
Blanket Implementations
Mutably borrows from an owned value. Read more