pub enum LiftMode {
PositionControl,
Disabled,
}Expand description
Operating mode of the lift controller.
Variants§
PositionControl
Regular closed-loop control toward a height target.
Disabled
Motor is manually disabled (coast).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LiftMode
impl RefUnwindSafe for LiftMode
impl Send for LiftMode
impl Sync for LiftMode
impl Unpin for LiftMode
impl UnwindSafe for LiftMode
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