Struct simulation::Measurement
[−]
[src]
pub struct Measurement { pub uav_state: UavState, pub rssi: f32, }
A measurement taken by a UAV at a particular point in time
Fields
uav_state: UavState
The state of the UAV when the measurement was taken
rssi: f32
The measurement obtained
Trait Implementations
impl Copy for Measurement
[src]
impl Clone for Measurement
[src]
fn clone(&self) -> Measurement
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more