Struct Crcl
#[repr(transparent)]pub struct Crcl(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Crcl
impl Crcl
pub const EIGHTBIT: Self
pub const EIGHTBIT: Self
8-bit CRC length
pub const SIXTEENBIT: Self
pub const SIXTEENBIT: Self
16-bit CRC length
Trait Implementations§
§impl Ord for Crcl
impl Ord for Crcl
§impl PartialOrd for Crcl
impl PartialOrd for Crcl
impl Copy for Crcl
impl Eq for Crcl
impl StructuralPartialEq for Crcl
Auto Trait Implementations§
impl Freeze for Crcl
impl RefUnwindSafe for Crcl
impl Send for Crcl
impl Sync for Crcl
impl Unpin for Crcl
impl UnwindSafe for Crcl
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