#[repr(u8)]pub enum Crcerr {
CRC_ERROR_NO = 0,
CRC_ERROR_YES = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Crcerr
impl Ord for Crcerr
Source§impl PartialOrd for Crcerr
impl PartialOrd for Crcerr
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