pub struct CellFillingLevel {
pub cell_size: Rectangle,
pub cell_position: Point,
pub level_in_percent: RangeValue,
pub level_free_in_meters: RangeValue,
pub coverage: f64,
}Fields§
§cell_size: Rectangle§cell_position: Point§level_in_percent: RangeValue§level_free_in_meters: RangeValue§coverage: f64Trait Implementations§
Source§impl Clone for CellFillingLevel
impl Clone for CellFillingLevel
Source§fn clone(&self) -> CellFillingLevel
fn clone(&self) -> CellFillingLevel
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 CellFillingLevel
impl Debug for CellFillingLevel
Source§impl Default for CellFillingLevel
impl Default for CellFillingLevel
Source§impl<'de> Deserialize<'de> for CellFillingLevel
impl<'de> Deserialize<'de> for CellFillingLevel
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 CellFillingLevel
impl PartialEq for CellFillingLevel
Source§impl Serialize for CellFillingLevel
impl Serialize for CellFillingLevel
impl Message for CellFillingLevel
impl StructuralPartialEq for CellFillingLevel
Auto Trait Implementations§
impl Freeze for CellFillingLevel
impl RefUnwindSafe for CellFillingLevel
impl Send for CellFillingLevel
impl Sync for CellFillingLevel
impl Unpin for CellFillingLevel
impl UnwindSafe for CellFillingLevel
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