pub struct ZoneRectView {
pub x0: f32,
pub y0: f32,
pub x1: f32,
pub y1: f32,
}Expand description
Axis-aligned rect used by property / tax zone views.
Fields§
§x0: f32§y0: f32§x1: f32§y1: f32Trait Implementations§
Source§impl Clone for ZoneRectView
impl Clone for ZoneRectView
Source§fn clone(&self) -> ZoneRectView
fn clone(&self) -> ZoneRectView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ZoneRectView
impl Debug for ZoneRectView
Source§impl<'de> Deserialize<'de> for ZoneRectView
impl<'de> Deserialize<'de> for ZoneRectView
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 PartialEq for ZoneRectView
impl PartialEq for ZoneRectView
Source§impl Serialize for ZoneRectView
impl Serialize for ZoneRectView
impl StructuralPartialEq for ZoneRectView
Auto Trait Implementations§
impl Freeze for ZoneRectView
impl RefUnwindSafe for ZoneRectView
impl Send for ZoneRectView
impl Sync for ZoneRectView
impl Unpin for ZoneRectView
impl UnsafeUnpin for ZoneRectView
impl UnwindSafe for ZoneRectView
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