pub enum RfRegime {
Preamble,
Payload,
Acquisition,
InLock,
}Expand description
Regime labels for RegimeSwitched mode.
Variants§
Preamble
Burst preamble / synchronisation header — tolerates wider residuals.
Payload
Data payload — tighter envelope once lock is achieved.
Acquisition
PLL acquisition / AGC settle — widest envelope.
InLock
Steady-state in-lock — tightest envelope.
Trait Implementations§
impl Copy for RfRegime
impl Eq for RfRegime
impl StructuralPartialEq for RfRegime
Auto Trait Implementations§
impl Freeze for RfRegime
impl RefUnwindSafe for RfRegime
impl Send for RfRegime
impl Sync for RfRegime
impl Unpin for RfRegime
impl UnsafeUnpin for RfRegime
impl UnwindSafe for RfRegime
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