Struct leftwm_core::models::XyhwChange
source · 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§
source§impl Clone for XyhwChange
impl Clone for XyhwChange
source§fn clone(&self) -> XyhwChange
fn clone(&self) -> XyhwChange
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 XyhwChange
impl Debug for XyhwChange
source§impl Default for XyhwChange
impl Default for XyhwChange
source§fn default() -> XyhwChange
fn default() -> XyhwChange
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for XyhwChange
impl<'de> Deserialize<'de> for XyhwChange
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 From<Xyhw> for XyhwChange
impl From<Xyhw> for XyhwChange
source§impl PartialEq<XyhwChange> for XyhwChange
impl PartialEq<XyhwChange> for XyhwChange
source§fn eq(&self, other: &XyhwChange) -> bool
fn eq(&self, other: &XyhwChange) -> bool
This method tests for
self and other values to be equal, and is used
by ==.