pub enum MotorMode {
POSITION,
VELOCITY,
ACCELERATION,
}Variants§
Trait Implementations§
source§impl PartialEq for MotorMode
impl PartialEq for MotorMode
impl StructuralPartialEq for MotorMode
Auto Trait Implementations§
impl Freeze for MotorMode
impl RefUnwindSafe for MotorMode
impl Send for MotorMode
impl Sync for MotorMode
impl Unpin for MotorMode
impl UnwindSafe for MotorMode
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