pub struct StopCommand;Expand description
Stop mode command - disables motor output.
Implementations§
Source§impl StopCommand
impl StopCommand
Sourcepub fn serialize(frame: &mut CanFdFrame)
pub fn serialize(frame: &mut CanFdFrame)
Serializes this command to a CAN frame.
Auto Trait Implementations§
impl Freeze for StopCommand
impl RefUnwindSafe for StopCommand
impl Send for StopCommand
impl Sync for StopCommand
impl Unpin for StopCommand
impl UnsafeUnpin for StopCommand
impl UnwindSafe for StopCommand
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