Struct libits_client::reception::exchange::collective_perception_message::CollectivePerceptionMessage [−][src]
pub struct CollectivePerceptionMessage {
pub protocol_version: u8,
pub station_id: u32,
pub message_id: u8,
pub generation_delta_time: u16,
pub management_container: ManagementContainer,
pub station_data_container: Option<StationDataContainer>,
pub sensor_information_container: Vec<SensorInformation>,
pub perceived_object_container: Vec<PerceivedObject>,
pub number_of_perceived_objects: u8,
}Fields
protocol_version: u8station_id: u32message_id: u8generation_delta_time: u16management_container: ManagementContainerstation_data_container: Option<StationDataContainer>sensor_information_container: Vec<SensorInformation>perceived_object_container: Vec<PerceivedObject>number_of_perceived_objects: u8Implementations
Trait Implementations
Returns the “default value” for a type. Read more
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CollectivePerceptionMessage
impl Send for CollectivePerceptionMessage
impl Sync for CollectivePerceptionMessage
impl Unpin for CollectivePerceptionMessage
impl UnwindSafe for CollectivePerceptionMessage
Blanket Implementations
Mutably borrows from an owned value. Read more