Struct coreaudio_sys::audio_unit::Struct_Unnamed147 [] [src]

pub struct Struct_Unnamed147 {
    pub attributes: CFDictionaryRef,
    pub attributeOrder: CFArrayRef,
    pub isEmpty: Boolean,
    pub _reserved: [c_char; 3],
}

Fields

attributes: CFDictionaryRef attributeOrder: CFArrayRef isEmpty: Boolean _reserved: [c_char; 3]

Trait Implementations

impl Copy for Struct_Unnamed147
[src]

impl Clone for Struct_Unnamed147
[src]

fn clone(&self) -> Struct_Unnamed147

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_Unnamed147
[src]

fn default() -> Struct_Unnamed147

Returns the "default value" for a type. Read more