pub enum VFO {
VFOA,
VFOB,
VFOC,
CurrVfo,
VFO,
MEM,
Main,
Sub,
TX,
RX,
None,
}
Variants§
Trait Implementations§
impl Copy for VFO
impl Eq for VFO
impl StructuralPartialEq for VFO
Auto Trait Implementations§
impl Freeze for VFO
impl RefUnwindSafe for VFO
impl Send for VFO
impl Sync for VFO
impl Unpin for VFO
impl UnwindSafe for VFO
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