pub enum RobotMode {
Simulation,
CrossCompilation,
RemoteControl,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RobotMode
impl RefUnwindSafe for RobotMode
impl Send for RobotMode
impl Sync for RobotMode
impl Unpin for RobotMode
impl UnwindSafe for RobotMode
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