Struct libsoundio_sys::SoundIoSampleRateRange [] [src]

#[repr(C)]
pub struct SoundIoSampleRateRange { pub min: c_int, pub max: c_int, }

Fields

Trait Implementations

impl Copy for SoundIoSampleRateRange
[src]

impl Clone for SoundIoSampleRateRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more