Struct coreaudio_sys::audio_unit::Struct_AudioValueRange
[−]
[src]
pub struct Struct_AudioValueRange {
pub mMinimum: Float64,
pub mMaximum: Float64,
}Fields
mMinimum: Float64
mMaximum: Float64
Trait Implementations
impl Copy for Struct_AudioValueRange[src]
impl Clone for Struct_AudioValueRange[src]
fn clone(&self) -> Struct_AudioValueRange
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for Struct_AudioValueRange[src]
fn default() -> Struct_AudioValueRange
Returns the "default value" for a type. Read more