pub enum OpMode {
IA,
IAB,
IABC,
IABx,
IAsBx,
IAx,
IAC,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpMode
impl RefUnwindSafe for OpMode
impl Send for OpMode
impl Sync for OpMode
impl Unpin for OpMode
impl UnwindSafe for OpMode
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