#[repr(u8)]pub enum Dfeopmode {
Disabled = 0,
_RESERVED_1 = 1,
AoD = 2,
AoA = 3,
}Variants§
Disabled = 0
Direction finding mode disabled.
_RESERVED_1 = 1
AoD = 2
Direction finding mode set to AoD.
AoA = 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