pub struct BrakeCommand;Expand description
Brake mode command - shorts motor windings for braking.
Implementations§
Source§impl BrakeCommand
impl BrakeCommand
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 BrakeCommand
impl RefUnwindSafe for BrakeCommand
impl Send for BrakeCommand
impl Sync for BrakeCommand
impl Unpin for BrakeCommand
impl UnsafeUnpin for BrakeCommand
impl UnwindSafe for BrakeCommand
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