pub struct CmdVelChannel;Expand description
Type-level marker for the cmd_vel articulation channel.
Articulation reverses the data direction (Rust→C++): downstream
adapters publish CmdVel values into a per-target slot; the C++ tick
reads the latest via poll_cmd_vel. The Sensor impl gives us
uniform NAME-derived env var / log labels even though the data
direction is opposite to the sensor consumers.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CmdVelChannel
impl RefUnwindSafe for CmdVelChannel
impl Send for CmdVelChannel
impl Sync for CmdVelChannel
impl Unpin for CmdVelChannel
impl UnsafeUnpin for CmdVelChannel
impl UnwindSafe for CmdVelChannel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more