#[repr(u8)]pub enum Dfeinextension {
PAYLOAD = 0,
CRC = 1,
}
Variants§
PAYLOAD = 0
Antenna switching/sampling is done in the packet payload
CRC = 1
AoA/AoD procedure triggered at end of CRC
Implementations§
Trait Implementations§
Source§impl Clone for Dfeinextension
impl Clone for Dfeinextension
Source§fn clone(&self) -> Dfeinextension
fn clone(&self) -> Dfeinextension
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl From<Dfeinextension> for u8
impl From<Dfeinextension> for u8
Source§fn from(val: Dfeinextension) -> u8
fn from(val: Dfeinextension) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Dfeinextension
impl From<u8> for Dfeinextension
Source§fn from(val: u8) -> Dfeinextension
fn from(val: u8) -> Dfeinextension
Converts to this type from the input type.
Source§impl Ord for Dfeinextension
impl Ord for Dfeinextension
Source§fn cmp(&self, other: &Dfeinextension) -> Ordering
fn cmp(&self, other: &Dfeinextension) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Dfeinextension
impl PartialEq for Dfeinextension
Source§impl PartialOrd for Dfeinextension
impl PartialOrd for Dfeinextension
impl Copy for Dfeinextension
impl Eq for Dfeinextension
impl StructuralPartialEq for Dfeinextension
Auto Trait Implementations§
impl Freeze for Dfeinextension
impl RefUnwindSafe for Dfeinextension
impl Send for Dfeinextension
impl Sync for Dfeinextension
impl Unpin for Dfeinextension
impl UnwindSafe for Dfeinextension
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
)