Struct autoware_auto::msgs::ffi::AutowareAutoMsgsVehicleStateReport [−][src]
#[repr(C)]pub struct AutowareAutoMsgsVehicleStateReport {
pub stamp: BuiltinInterfacesTime,
pub fuel: u8,
pub blinker: u8,
pub headlight: u8,
pub wiper: u8,
pub gear: u8,
pub mode: u8,
pub hand_brake: bool,
pub horn: bool,
}Fields
stamp: BuiltinInterfacesTimefuel: u80 to 100
blinker: u8headlight: u8wiper: u8gear: u8mode: u8hand_brake: boolhorn: boolTrait 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 AutowareAutoMsgsVehicleStateReport
impl Sync for AutowareAutoMsgsVehicleStateReport
impl Unpin for AutowareAutoMsgsVehicleStateReport
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