#[repr(u8)]pub enum Ccamode {
EdMode = 0,
CarrierMode = 1,
CarrierAndEdMode = 2,
CarrierOrEdMode = 3,
EdModeTest1 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
EdMode = 0
Energy above threshold.
CarrierMode = 1
Carrier seen.
CarrierAndEdMode = 2
Energy above threshold AND carrier seen.
CarrierOrEdMode = 3
Energy above threshold OR carrier seen.
EdModeTest1 = 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