pub struct Homing;Expand description
Motor is executing a homing sequence.
Trait Implementations§
impl Copy for Homing
impl MotorState for Homing
Auto Trait Implementations§
impl Freeze for Homing
impl RefUnwindSafe for Homing
impl Send for Homing
impl Sync for Homing
impl Unpin for Homing
impl UnwindSafe for Homing
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