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