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