Struct coreaudio_sys::audio_unit::Struct_Point [] [src]

pub struct Struct_Point {
    pub v: c_short,
    pub h: c_short,
}

Fields

v: c_short h: c_short

Trait Implementations

impl Copy for Struct_Point
[src]

impl Clone for Struct_Point
[src]

fn clone(&self) -> Struct_Point

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

fn default() -> Struct_Point

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