pub struct MobilePerceivedObject {
pub perceived_object: PerceivedObject,
pub mobile_id: u32,
pub reference_position: ReferencePosition,
pub speed: u16,
pub heading: u16,
}Fields§
§perceived_object: PerceivedObject§mobile_id: u32§reference_position: ReferencePosition§speed: u16§heading: u16Trait Implementations§
source§impl Clone for MobilePerceivedObject
impl Clone for MobilePerceivedObject
source§fn clone(&self) -> MobilePerceivedObject
fn clone(&self) -> MobilePerceivedObject
Returns a copy 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 MobilePerceivedObject
impl Debug for MobilePerceivedObject
source§impl<'de> Deserialize<'de> for MobilePerceivedObject
impl<'de> Deserialize<'de> for MobilePerceivedObject
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