Enum Dfeinextension
#[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§
§impl Dfeinextension
impl Dfeinextension
pub const fn from_bits(val: u8) -> Dfeinextension
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for Dfeinextension
impl Clone for Dfeinextension
§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 more§impl From<u8> for Dfeinextension
impl From<u8> for Dfeinextension
§fn from(val: u8) -> Dfeinextension
fn from(val: u8) -> Dfeinextension
Converts to this type from the input type.
§impl Ord for Dfeinextension
impl Ord for Dfeinextension
§impl PartialEq for Dfeinextension
impl PartialEq for Dfeinextension
§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
)