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 UnwindSafe for ExitMode
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)