#[repr(u8)]pub enum Crc5eofen {
DIS_CRC5_INT = 0,
EN_CRC5_INT = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Crc5eofen
impl Ord for Crc5eofen
Source§impl PartialOrd for Crc5eofen
impl PartialOrd for Crc5eofen
impl Copy for Crc5eofen
impl Eq for Crc5eofen
impl StructuralPartialEq for Crc5eofen
Auto Trait Implementations§
impl Freeze for Crc5eofen
impl RefUnwindSafe for Crc5eofen
impl Send for Crc5eofen
impl Sync for Crc5eofen
impl Unpin for Crc5eofen
impl UnwindSafe for Crc5eofen
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