pub enum CMODE_A {
    ASYNC,
    SYNC,
}Expand description
Communication Mode
Value on reset: 0
Variants
ASYNC
0: Asynchronous Communication
SYNC
1: Synchronous Communication
Trait Implementations
impl Copy for CMODE_A
impl StructuralPartialEq for CMODE_A
Auto Trait Implementations
impl RefUnwindSafe for CMODE_A
impl Send for CMODE_A
impl Sync for CMODE_A
impl Unpin for CMODE_A
impl UnwindSafe for CMODE_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more