pub struct WSGeometry {
pub grid_width: i64,
pub grid_height: i64,
pub x: i64,
pub y: i64,
}Fields§
§grid_width: i64§grid_height: i64§x: i64§y: i64Trait Implementations§
Source§impl Debug for WSGeometry
impl Debug for WSGeometry
Source§impl<'de> Deserialize<'de> for WSGeometry
impl<'de> Deserialize<'de> for WSGeometry
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
Auto Trait Implementations§
impl Freeze for WSGeometry
impl RefUnwindSafe for WSGeometry
impl Send for WSGeometry
impl Sync for WSGeometry
impl Unpin for WSGeometry
impl UnwindSafe for WSGeometry
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