Struct coreaudio_sys::audio_unit::Struct_Unnamed73
[−]
[src]
pub struct Struct_Unnamed73 { pub version: CFIndex, pub info: *mut c_void, pub retain: Option<extern fn(info: *const c_void) -> *const c_void>, pub release: Option<extern fn(info: *const c_void)>, pub copyDescription: Option<extern fn(info: *const c_void) -> CFStringRef>, pub equal: Option<extern fn(info1: *const c_void, info2: *const c_void) -> Boolean>, pub hash: Option<extern fn(info: *const c_void) -> CFHashCode>, pub getPort: Option<extern fn(info: *mut c_void) -> mach_port_t>, pub perform: Option<extern fn(msg: *mut c_void, size: CFIndex, allocator: CFAllocatorRef, info: *mut c_void) -> *mut c_void>, }
Fields
version: CFIndex
info: *mut c_void
retain: Option<extern fn(info: *const c_void) -> *const c_void>
release: Option<extern fn(info: *const c_void)>
copyDescription: Option<extern fn(info: *const c_void) -> CFStringRef>
equal: Option<extern fn(info1: *const c_void, info2: *const c_void) -> Boolean>
hash: Option<extern fn(info: *const c_void) -> CFHashCode>
getPort: Option<extern fn(info: *mut c_void) -> mach_port_t>
perform: Option<extern fn(msg: *mut c_void, size: CFIndex, allocator: CFAllocatorRef, info: *mut c_void) -> *mut c_void>
Trait Implementations
impl Copy for Struct_Unnamed73
[src]
impl Clone for Struct_Unnamed73
[src]
fn clone(&self) -> Struct_Unnamed73
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_Unnamed73
[src]
fn default() -> Struct_Unnamed73
Returns the "default value" for a type. Read more