Struct soapysdr_sys::SoapySDRRange
source · Expand description
! Definition for a min/max numeric range
Fields§
§minimum: f64
§maximum: f64
§step: f64
Trait Implementations§
source§impl Clone for SoapySDRRange
impl Clone for SoapySDRRange
source§fn clone(&self) -> SoapySDRRange
fn clone(&self) -> SoapySDRRange
Returns a copy 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 more