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 duplicate 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 for XyhwChange
impl PartialEq for XyhwChange
Source§impl Serialize for XyhwChange
impl Serialize for XyhwChange
impl Copy for XyhwChange
impl Eq for XyhwChange
impl StructuralPartialEq for XyhwChange
Auto Trait Implementations§
impl Freeze for XyhwChange
impl RefUnwindSafe for XyhwChange
impl Send for XyhwChange
impl Sync for XyhwChange
impl Unpin for XyhwChange
impl UnwindSafe for XyhwChange
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