pub enum AprsNetwork {
Aprs,
Navitra,
}Expand description
APRS network identifier.
Selects the APRS-IS network for internet gateway connections.
Variants§
Aprs
APRS standard network (e.g. 144.390 MHz in North America).
NAVITRA network (Japanese navigation/tracking system).
Trait Implementations§
Source§impl Clone for AprsNetwork
impl Clone for AprsNetwork
Source§fn clone(&self) -> AprsNetwork
fn clone(&self) -> AprsNetwork
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 AprsNetwork
impl Debug for AprsNetwork
Source§impl Default for AprsNetwork
impl Default for AprsNetwork
Source§fn default() -> AprsNetwork
fn default() -> AprsNetwork
Returns the “default value” for a type. Read more
Source§impl Hash for AprsNetwork
impl Hash for AprsNetwork
Source§impl PartialEq for AprsNetwork
impl PartialEq for AprsNetwork
impl Copy for AprsNetwork
impl Eq for AprsNetwork
impl StructuralPartialEq for AprsNetwork
Auto Trait Implementations§
impl Freeze for AprsNetwork
impl RefUnwindSafe for AprsNetwork
impl Send for AprsNetwork
impl Sync for AprsNetwork
impl Unpin for AprsNetwork
impl UnwindSafe for AprsNetwork
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