pub enum MotorAxis {
All = 0,
X = 1,
Y = 2,
Z = 3,
}Variants§
Trait Implementations§
impl Copy for MotorAxis
impl Eq for MotorAxis
impl StructuralPartialEq for MotorAxis
Auto Trait Implementations§
impl Freeze for MotorAxis
impl RefUnwindSafe for MotorAxis
impl Send for MotorAxis
impl Sync for MotorAxis
impl Unpin for MotorAxis
impl UnwindSafe for MotorAxis
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