pub struct VelCmd {
pub dq: f64,
}Expand description
Pure-velocity command.
Fields§
§dq: f64Velocity setpoint (rad/s).
Trait Implementations§
impl Copy for VelCmd
impl StructuralPartialEq for VelCmd
Auto Trait Implementations§
impl Freeze for VelCmd
impl RefUnwindSafe for VelCmd
impl Send for VelCmd
impl Sync for VelCmd
impl Unpin for VelCmd
impl UnsafeUnpin for VelCmd
impl UnwindSafe for VelCmd
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