#[repr(u8)]pub enum Dfeopmode {
DISABLED = 0,
_RESERVED_1 = 1,
AO_D = 2,
AO_A = 3,
}
Variants§
DISABLED = 0
Direction finding mode disabled
_RESERVED_1 = 1
AO_D = 2
Direction finding mode set to AoD
AO_A = 3
Direction finding mode set to AoA
Implementations§
Trait Implementations§
Source§impl Ord for Dfeopmode
impl Ord for Dfeopmode
Source§impl PartialOrd for Dfeopmode
impl PartialOrd for Dfeopmode
impl Copy for Dfeopmode
impl Eq for Dfeopmode
impl StructuralPartialEq for Dfeopmode
Auto Trait Implementations§
impl Freeze for Dfeopmode
impl RefUnwindSafe for Dfeopmode
impl Send for Dfeopmode
impl Sync for Dfeopmode
impl Unpin for Dfeopmode
impl UnwindSafe for Dfeopmode
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
)