#[repr(u8)]pub enum Sermodeselect {
Rx = 0,
Tx = 1,
Pdm2 = 2,
}
Expand description
Serializer Mode
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Sermodeselect
impl Clone for Sermodeselect
Source§fn clone(&self) -> Sermodeselect
fn clone(&self) -> Sermodeselect
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 Sermodeselect
impl Debug for Sermodeselect
Source§impl From<Sermodeselect> for u8
impl From<Sermodeselect> for u8
Source§fn from(variant: Sermodeselect) -> Self
fn from(variant: Sermodeselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Sermodeselect
impl PartialEq for Sermodeselect
impl Copy for Sermodeselect
impl Eq for Sermodeselect
impl IsEnum for Sermodeselect
impl StructuralPartialEq for Sermodeselect
Auto Trait Implementations§
impl Freeze for Sermodeselect
impl RefUnwindSafe for Sermodeselect
impl Send for Sermodeselect
impl Sync for Sermodeselect
impl Unpin for Sermodeselect
impl UnwindSafe for Sermodeselect
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