pub enum CRCL {
EightBit = 0,
SixteenBit = 1,
}
Expand description
CRC length
Value on reset: 0
Variants§
Trait Implementations§
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