#[repr(u8)]pub enum Skipaddr {
INCLUDE = 0,
SKIP = 1,
IEEE802154 = 2,
_RESERVED_3 = 3,
}
Variants§
INCLUDE = 0
CRC calculation includes address field
SKIP = 1
CRC calculation does not include address field. The CRC calculation will start at the first byte after the address.
IEEE802154 = 2
CRC calculation as per 802.15.4 standard. Starting at first byte after length field.
_RESERVED_3 = 3
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
)