Struct autoware_auto::msgs::ffi::AutowareAutoMsgsVehicleStateCommand [−][src]
#[repr(C)]pub struct AutowareAutoMsgsVehicleStateCommand {
pub stamp: BuiltinInterfacesTime,
pub blinker: u8,
pub headlight: u8,
pub wiper: u8,
pub gear: u8,
pub mode: u8,
pub hand_brake: bool,
pub horn: bool,
}
Fields
stamp: BuiltinInterfacesTime
blinker: u8
headlight: u8
wiper: u8
gear: u8
mode: u8
hand_brake: bool
horn: bool
Trait 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 AutowareAutoMsgsVehicleStateCommand
impl Sync for AutowareAutoMsgsVehicleStateCommand
impl Unpin for AutowareAutoMsgsVehicleStateCommand
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