Struct autoware_auto::msgs::ffi::AutowareAutoMsgsHadmapSegment [−][src]
#[repr(C)]pub struct AutowareAutoMsgsHadmapSegment {
pub primitives: Vec<AutowareAutoMsgsMapPrimitive>,
pub preferred_primitive_id: i64,
}Expand description
A segment of an HADMap which contains one or more MapPrimitives.
Fields
primitives: Vec<AutowareAutoMsgsMapPrimitive>preferred_primitive_id: i64Trait Implementations
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
Either cxx::kind::Opaque or cxx::kind::Trivial. Read more
Auto Trait Implementations
impl Send for AutowareAutoMsgsHadmapSegment
impl Sync for AutowareAutoMsgsHadmapSegment
impl Unpin for AutowareAutoMsgsHadmapSegment
impl UnwindSafe for AutowareAutoMsgsHadmapSegment
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more