pub enum Datcrcselect {
No = 0,
Yes = 1,
}
Expand description
Force Event for Data CRC Error
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Datcrcselect
impl Clone for Datcrcselect
Source§fn clone(&self) -> Datcrcselect
fn clone(&self) -> Datcrcselect
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 Datcrcselect
impl Debug for Datcrcselect
Source§impl From<Datcrcselect> for bool
impl From<Datcrcselect> for bool
Source§fn from(variant: Datcrcselect) -> Self
fn from(variant: Datcrcselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Datcrcselect
impl PartialEq for Datcrcselect
impl Copy for Datcrcselect
impl Eq for Datcrcselect
impl StructuralPartialEq for Datcrcselect
Auto Trait Implementations§
impl Freeze for Datcrcselect
impl RefUnwindSafe for Datcrcselect
impl Send for Datcrcselect
impl Sync for Datcrcselect
impl Unpin for Datcrcselect
impl UnwindSafe for Datcrcselect
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