pub enum GatewayMode {
Auto,
Manual,
}Expand description
D-STAR gateway mode.
Controls how the radio selects the gateway repeater for callsign routing via the D-STAR network.
Variants§
Auto
Automatic gateway selection based on the repeater list.
Manual
Manual gateway configuration (user sets RPT2 directly).
Trait Implementations§
Source§impl Clone for GatewayMode
impl Clone for GatewayMode
Source§fn clone(&self) -> GatewayMode
fn clone(&self) -> GatewayMode
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 GatewayMode
impl Debug for GatewayMode
Source§impl Hash for GatewayMode
impl Hash for GatewayMode
Source§impl PartialEq for GatewayMode
impl PartialEq for GatewayMode
Source§impl TryFrom<u8> for GatewayMode
impl TryFrom<u8> for GatewayMode
impl Copy for GatewayMode
impl Eq for GatewayMode
impl StructuralPartialEq for GatewayMode
Auto Trait Implementations§
impl Freeze for GatewayMode
impl RefUnwindSafe for GatewayMode
impl Send for GatewayMode
impl Sync for GatewayMode
impl Unpin for GatewayMode
impl UnwindSafe for GatewayMode
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