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