Struct coreaudio_sys::audio_unit::Struct_exception
[−]
[src]
pub struct Struct_exception {
pub _type: c_int,
pub name: *mut c_char,
pub arg1: c_double,
pub arg2: c_double,
pub retval: c_double,
}Fields
_type: c_int
name: *mut c_char
arg1: c_double
arg2: c_double
retval: c_double
Trait Implementations
impl Copy for Struct_exception[src]
impl Clone for Struct_exception[src]
fn clone(&self) -> Struct_exception
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_exception[src]
fn default() -> Struct_exception
Returns the "default value" for a type. Read more