#[repr(u8)]pub enum Skipaddr {
INCLUDE = 0,
SKIP = 1,
IEEE802154 = 2,
SKIP_S0 = 3,
SKIP_S1 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
INCLUDE = 0
CRC calculation includes address field
SKIP = 1
CRC calculation starting at first byte after address field.
IEEE802154 = 2
CRC calculation starting at first byte after length field (as per 802.15.4 standard).
SKIP_S0 = 3
CRC calculation starting at first byte after S0 field.
SKIP_S1 = 4
CRC calculation starting at first byte after S1 field.
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for Skipaddr
impl Ord for Skipaddr
Source§impl PartialOrd for Skipaddr
impl PartialOrd for Skipaddr
impl Copy for Skipaddr
impl Eq for Skipaddr
impl StructuralPartialEq for Skipaddr
Auto Trait Implementations§
impl Freeze for Skipaddr
impl RefUnwindSafe for Skipaddr
impl Send for Skipaddr
impl Sync for Skipaddr
impl Unpin for Skipaddr
impl UnwindSafe for Skipaddr
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)