pub enum CwDelay {
Full,
Ms50,
Ms100,
Ms150,
Ms200,
Ms250,
Ms300,
}Expand description
CW break-in delay time.
Controls how long the transmitter stays keyed after the last CW
element before switching back to receive. Full provides QSK
(full break-in) with instantaneous TX/RX switching.
Variants§
Full
Full break-in (QSK) – instantaneous TX/RX switching.
Ms50
50 ms delay.
Ms100
100 ms delay.
Ms150
150 ms delay.
Ms200
200 ms delay.
Ms250
250 ms delay.
Ms300
300 ms delay.
Trait Implementations§
impl Copy for CwDelay
impl Eq for CwDelay
impl StructuralPartialEq for CwDelay
Auto Trait Implementations§
impl Freeze for CwDelay
impl RefUnwindSafe for CwDelay
impl Send for CwDelay
impl Sync for CwDelay
impl Unpin for CwDelay
impl UnwindSafe for CwDelay
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