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