#[repr(u8)]pub enum Ccamode {
ED_MODE = 0,
CARRIER_MODE = 1,
CARRIER_AND_ED_MODE = 2,
CARRIER_OR_ED_MODE = 3,
ED_MODE_TEST1 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
ED_MODE = 0
Energy above threshold
CARRIER_MODE = 1
Carrier seen
CARRIER_AND_ED_MODE = 2
Energy above threshold AND carrier seen
CARRIER_OR_ED_MODE = 3
Energy above threshold OR carrier seen
ED_MODE_TEST1 = 4
Energy above threshold test mode that will abort when first ED measurement over threshold is seen. No averaging.
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for Ccamode
impl Ord for Ccamode
Source§impl PartialOrd for Ccamode
impl PartialOrd for Ccamode
impl Copy for Ccamode
impl Eq for Ccamode
impl StructuralPartialEq for Ccamode
Auto Trait Implementations§
impl Freeze for Ccamode
impl RefUnwindSafe for Ccamode
impl Send for Ccamode
impl Sync for Ccamode
impl Unpin for Ccamode
impl UnwindSafe for Ccamode
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
)