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