#[repr(u32)]pub enum CrcType {
Crc16 = 1,
}Expand description
Specifies the CRC algorithm to use.
Variants§
Crc16 = 1
16-bit CRC algorithm (CRC-16/ARC). This is the default for cFE.
Trait Implementations§
impl Copy for CrcType
impl Eq for CrcType
impl StructuralPartialEq for CrcType
Auto Trait Implementations§
impl Freeze for CrcType
impl RefUnwindSafe for CrcType
impl Send for CrcType
impl Sync for CrcType
impl Unpin for CrcType
impl UnsafeUnpin for CrcType
impl UnwindSafe for CrcType
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