pub enum CRCL_A {
EightBit = 0,
SixteenBit = 1,
}Expand description
CRC length
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CRCL_A
impl StructuralPartialEq for CRCL_A
Auto Trait Implementations§
impl Freeze for CRCL_A
impl RefUnwindSafe for CRCL_A
impl Send for CRCL_A
impl Sync for CRCL_A
impl Unpin for CRCL_A
impl UnwindSafe for CRCL_A
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