pub struct ProgramScanEdge {
pub start: Frequency,
pub end: Frequency,
}Expand description
Program scan edges — lower and upper frequency limits for program scan.
These correspond to the Programmable VFO settings (Menu No. 100), which define the lower and upper tunable frequency boundaries. Program scan sweeps between these two limits.
Fields§
§start: FrequencyLower frequency limit.
end: FrequencyUpper frequency limit.
Trait Implementations§
Source§impl Clone for ProgramScanEdge
impl Clone for ProgramScanEdge
Source§fn clone(&self) -> ProgramScanEdge
fn clone(&self) -> ProgramScanEdge
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 ProgramScanEdge
impl Debug for ProgramScanEdge
Source§impl Hash for ProgramScanEdge
impl Hash for ProgramScanEdge
Source§impl PartialEq for ProgramScanEdge
impl PartialEq for ProgramScanEdge
impl Copy for ProgramScanEdge
impl Eq for ProgramScanEdge
impl StructuralPartialEq for ProgramScanEdge
Auto Trait Implementations§
impl Freeze for ProgramScanEdge
impl RefUnwindSafe for ProgramScanEdge
impl Send for ProgramScanEdge
impl Sync for ProgramScanEdge
impl Unpin for ProgramScanEdge
impl UnwindSafe for ProgramScanEdge
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