pub enum ExitMode {
Fallback = 0,
Tx = 1,
Rx = 2,
}Expand description
Action taken after the CAD
Variants§
Trait Implementations§
impl Copy for ExitMode
impl Eq for ExitMode
impl StructuralPartialEq for ExitMode
Auto Trait Implementations§
impl Freeze for ExitMode
impl RefUnwindSafe for ExitMode
impl Send for ExitMode
impl Sync for ExitMode
impl Unpin for ExitMode
impl UnsafeUnpin for ExitMode
impl UnwindSafe for ExitMode
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