pub struct ClaimModeState {
pub zone_id: String,
pub width_m: u32,
pub height_m: u32,
pub anchor_x: f32,
pub anchor_y: f32,
}Expand description
Local claim-mode footprint editor (plan 40) — SW corner + size in meters.
Fields§
§zone_id: String§width_m: u32§height_m: u32§anchor_x: f32§anchor_y: f32Trait Implementations§
Source§impl Clone for ClaimModeState
impl Clone for ClaimModeState
Source§fn clone(&self) -> ClaimModeState
fn clone(&self) -> ClaimModeState
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 ClaimModeState
impl Debug for ClaimModeState
Source§impl PartialEq for ClaimModeState
impl PartialEq for ClaimModeState
impl StructuralPartialEq for ClaimModeState
Auto Trait Implementations§
impl Freeze for ClaimModeState
impl RefUnwindSafe for ClaimModeState
impl Send for ClaimModeState
impl Sync for ClaimModeState
impl Unpin for ClaimModeState
impl UnsafeUnpin for ClaimModeState
impl UnwindSafe for ClaimModeState
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