Struct coreaudio_sys::audio_unit::Struct_kauth_identity_extlookup [] [src]

pub struct Struct_kauth_identity_extlookup {
    pub el_seqno: u_int32_t,
    pub el_result: u_int32_t,
    pub el_flags: u_int32_t,
    pub el_info_pid: __darwin_pid_t,
    pub el_extend: u_int64_t,
    pub el_info_reserved_1: u_int32_t,
    pub el_uid: uid_t,
    pub el_uguid: guid_t,
    pub el_uguid_valid: u_int32_t,
    pub el_usid: ntsid_t,
    pub el_usid_valid: u_int32_t,
    pub el_gid: gid_t,
    pub el_gguid: guid_t,
    pub el_gguid_valid: u_int32_t,
    pub el_gsid: ntsid_t,
    pub el_gsid_valid: u_int32_t,
    pub el_member_valid: u_int32_t,
    pub el_sup_grp_cnt: u_int32_t,
    pub el_sup_groups: [gid_t; 16],
}

Fields

el_seqno: u_int32_t el_result: u_int32_t el_flags: u_int32_t el_info_pid: __darwin_pid_t el_extend: u_int64_t el_info_reserved_1: u_int32_t el_uid: uid_t el_uguid: guid_t el_uguid_valid: u_int32_t el_usid: ntsid_t el_usid_valid: u_int32_t el_gid: gid_t el_gguid: guid_t el_gguid_valid: u_int32_t el_gsid: ntsid_t el_gsid_valid: u_int32_t el_member_valid: u_int32_t el_sup_grp_cnt: u_int32_t el_sup_groups: [gid_t; 16]

Trait Implementations

impl Copy for Struct_kauth_identity_extlookup
[src]

impl Clone for Struct_kauth_identity_extlookup
[src]

fn clone(&self) -> Struct_kauth_identity_extlookup

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

fn default() -> Struct_kauth_identity_extlookup

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