#[repr(i32)]pub enum MotorPort {
A = 0,
B = 1,
C = 2,
D = 3,
}Variants§
Trait Implementations§
impl Copy for MotorPort
impl StructuralPartialEq for MotorPort
Auto Trait Implementations§
impl Freeze for MotorPort
impl RefUnwindSafe for MotorPort
impl Send for MotorPort
impl Sync for MotorPort
impl Unpin for MotorPort
impl UnwindSafe for MotorPort
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