pub struct VisualScanRange {
pub center: Frequency,
pub range: VisualRange,
}Expand description
Visual scan range for the band scope display.
The band scope shows signal activity around the current center frequency.
Fields§
§center: FrequencyCenter frequency of the visual scan.
range: VisualRangeDisplay range around the center.
Trait Implementations§
Source§impl Clone for VisualScanRange
impl Clone for VisualScanRange
Source§fn clone(&self) -> VisualScanRange
fn clone(&self) -> VisualScanRange
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 VisualScanRange
impl Debug for VisualScanRange
Source§impl Hash for VisualScanRange
impl Hash for VisualScanRange
Source§impl PartialEq for VisualScanRange
impl PartialEq for VisualScanRange
impl Copy for VisualScanRange
impl Eq for VisualScanRange
impl StructuralPartialEq for VisualScanRange
Auto Trait Implementations§
impl Freeze for VisualScanRange
impl RefUnwindSafe for VisualScanRange
impl Send for VisualScanRange
impl Sync for VisualScanRange
impl Unpin for VisualScanRange
impl UnwindSafe for VisualScanRange
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