Struct coreaudio_sys::audio_unit::Struct_kauth_acl
[−]
[src]
pub struct Struct_kauth_acl { pub acl_entrycount: u_int32_t, pub acl_flags: u_int32_t, pub acl_ace: [Struct_kauth_ace; 1], }
Fields
acl_entrycount: u_int32_t
acl_flags: u_int32_t
acl_ace: [Struct_kauth_ace; 1]
Trait Implementations
impl Copy for Struct_kauth_acl
[src]
impl Clone for Struct_kauth_acl
[src]
fn clone(&self) -> Struct_kauth_acl
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_acl
[src]
fn default() -> Struct_kauth_acl
Returns the "default value" for a type. Read more