Struct coreaudio_sys::audio_unit::Struct_Float32Point
[−]
[src]
pub struct Struct_Float32Point {
pub x: Float32,
pub y: Float32,
}Fields
x: Float32
y: Float32
Trait Implementations
impl Copy for Struct_Float32Point[src]
impl Clone for Struct_Float32Point[src]
fn clone(&self) -> Struct_Float32Point
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_Float32Point[src]
fn default() -> Struct_Float32Point
Returns the "default value" for a type. Read more