#[repr(u8)]
pub enum CRCPOLY_A {
CRC16,
CRC32,
}
Expand description
CRC Polynomial Type
Value on reset: 0
Variants
CRC16
0: CRC-16 (CRC-CCITT)
CRC32
1: CRC32 (IEEE 802.3)
Trait Implementations
impl Copy for CRCPOLY_A
impl StructuralPartialEq for CRCPOLY_A
Auto Trait Implementations
impl RefUnwindSafe for CRCPOLY_A
impl Send for CRCPOLY_A
impl Sync for CRCPOLY_A
impl Unpin for CRCPOLY_A
impl UnwindSafe for CRCPOLY_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more