pub enum AprsBand {
A,
B,
Both,
}Expand description
Band used for APRS data transmission and reception.
Variants§
Trait Implementations§
impl Copy for AprsBand
impl Eq for AprsBand
impl StructuralPartialEq for AprsBand
Auto Trait Implementations§
impl Freeze for AprsBand
impl RefUnwindSafe for AprsBand
impl Send for AprsBand
impl Sync for AprsBand
impl Unpin for AprsBand
impl UnwindSafe for AprsBand
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