Struct coreaudio_sys::audio_unit::Struct_kauth_cache_sizes [] [src]

pub struct Struct_kauth_cache_sizes {
    pub kcs_group_size: u_int32_t,
    pub kcs_id_size: u_int32_t,
}

Fields

kcs_group_size: u_int32_t kcs_id_size: u_int32_t

Trait Implementations

impl Copy for Struct_kauth_cache_sizes
[src]

impl Clone for Struct_kauth_cache_sizes
[src]

fn clone(&self) -> Struct_kauth_cache_sizes

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

fn default() -> Struct_kauth_cache_sizes

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