Struct coreaudio_sys::audio_unit::Struct_mach_port_qos [] [src]

pub struct Struct_mach_port_qos {
    pub _bindgen_bitfield_1_: c_uint,
    pub _bindgen_bitfield_2_: boolean_t,
    pub len: natural_t,
}

Fields

_bindgen_bitfield_1_: c_uint _bindgen_bitfield_2_: boolean_t len: natural_t

Trait Implementations

impl Copy for Struct_mach_port_qos
[src]

impl Clone for Struct_mach_port_qos
[src]

fn clone(&self) -> Struct_mach_port_qos

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

fn default() -> Struct_mach_port_qos

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