Trait airspy::SampleType [] [src]

pub trait SampleType: Clone {
    fn get_type() -> airspy_sample_type;
}

Trait for all allowable sample types

Required Methods

Implementors