pub enum Cmodeselect {
Async = 0,
Sync = 1,
}
Expand description
Communication Mode
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Cmodeselect
impl Clone for Cmodeselect
Source§fn clone(&self) -> Cmodeselect
fn clone(&self) -> Cmodeselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Cmodeselect
impl Debug for Cmodeselect
Source§impl From<Cmodeselect> for bool
impl From<Cmodeselect> for bool
Source§fn from(variant: Cmodeselect) -> Self
fn from(variant: Cmodeselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Cmodeselect
impl PartialEq for Cmodeselect
impl Copy for Cmodeselect
impl Eq for Cmodeselect
impl StructuralPartialEq for Cmodeselect
Auto Trait Implementations§
impl Freeze for Cmodeselect
impl RefUnwindSafe for Cmodeselect
impl Send for Cmodeselect
impl Sync for Cmodeselect
impl Unpin for Cmodeselect
impl UnwindSafe for Cmodeselect
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