pub enum DestinationSelect {
RepeaterList,
CallsignList,
History,
DirectInput,
}Expand description
D-STAR destination selection method.
In DR mode, the radio can select destinations from multiple sources.
Variants§
RepeaterList
Select from the repeater list.
CallsignList
Select from the callsign list.
History
Select from TX/RX history.
DirectInput
Direct callsign input.
Trait Implementations§
Source§impl Clone for DestinationSelect
impl Clone for DestinationSelect
Source§fn clone(&self) -> DestinationSelect
fn clone(&self) -> DestinationSelect
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 DestinationSelect
impl Debug for DestinationSelect
Source§impl Hash for DestinationSelect
impl Hash for DestinationSelect
Source§impl PartialEq for DestinationSelect
impl PartialEq for DestinationSelect
impl Copy for DestinationSelect
impl Eq for DestinationSelect
impl StructuralPartialEq for DestinationSelect
Auto Trait Implementations§
impl Freeze for DestinationSelect
impl RefUnwindSafe for DestinationSelect
impl Send for DestinationSelect
impl Sync for DestinationSelect
impl Unpin for DestinationSelect
impl UnwindSafe for DestinationSelect
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