pub enum ToneBurstHold {
Off,
Hold,
}Expand description
1750 Hz tone burst hold mode (Menu No. 143).
Controls how the 1750 Hz tone burst is generated when pressing the designated key:
Off: Tone burst is disabled.Hold: Tone is transmitted for as long as the key is held.
Per User Manual Chapter 7: when Hold is enabled and the [CALL]
key (or whichever key is mapped to 1750 Hz via Menu No. 142) is
released, the transmitter stays keyed for 2 additional seconds
without continuously sending the 1750 Hz tone.
On the TH-D75E, [CALL] defaults to 1750 Hz tone burst. On the
TH-D75A, [CALL] defaults to the Call channel function. Menu No.
142 allows switching between these assignments.
Variants§
Trait Implementations§
Source§impl Clone for ToneBurstHold
impl Clone for ToneBurstHold
Source§fn clone(&self) -> ToneBurstHold
fn clone(&self) -> ToneBurstHold
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ToneBurstHold
impl Debug for ToneBurstHold
Source§impl Hash for ToneBurstHold
impl Hash for ToneBurstHold
Source§impl PartialEq for ToneBurstHold
impl PartialEq for ToneBurstHold
impl Copy for ToneBurstHold
impl Eq for ToneBurstHold
impl StructuralPartialEq for ToneBurstHold
Auto Trait Implementations§
impl Freeze for ToneBurstHold
impl RefUnwindSafe for ToneBurstHold
impl Send for ToneBurstHold
impl Sync for ToneBurstHold
impl Unpin for ToneBurstHold
impl UnwindSafe for ToneBurstHold
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