Struct coreaudio_sys::audio_unit::Struct_kauth_ace [] [src]

pub struct Struct_kauth_ace {
    pub ace_applicable: guid_t,
    pub ace_flags: u_int32_t,
    pub ace_rights: kauth_ace_rights_t,
}

Fields

ace_applicable: guid_t ace_flags: u_int32_t ace_rights: kauth_ace_rights_t

Trait Implementations

impl Copy for Struct_kauth_ace
[src]

impl Clone for Struct_kauth_ace
[src]

fn clone(&self) -> Struct_kauth_ace

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

fn default() -> Struct_kauth_ace

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