Struct coreaudio_sys::audio_unit::Struct___float2 [] [src]

pub struct Struct___float2 {
    pub __sinval: c_float,
    pub __cosval: c_float,
}

Fields

__sinval: c_float __cosval: c_float

Trait Implementations

impl Copy for Struct___float2
[src]

impl Clone for Struct___float2
[src]

fn clone(&self) -> Struct___float2

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___float2
[src]

fn default() -> Struct___float2

Returns the "default value" for a type. Read more