Enum Crcerr
pub enum Crcerr {
_0 = 0,
_1 = 1,
}Expand description
Cyclic Redundancy Check Error
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Crcerr
impl Eq for Crcerr
impl StructuralPartialEq for Crcerr
Auto Trait Implementations§
impl Freeze for Crcerr
impl RefUnwindSafe for Crcerr
impl Send for Crcerr
impl Sync for Crcerr
impl Unpin for Crcerr
impl UnwindSafe for Crcerr
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