Struct endpointsecurity::kauth_identity_extlookup[][src]

#[repr(C)]
pub struct kauth_identity_extlookup {
Show 19 fields 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_tel_result: u_int32_tel_flags: u_int32_tel_info_pid: __darwin_pid_tel_extend: u_int64_tel_info_reserved_1: u_int32_tel_uid: uid_tel_uguid: guid_tel_uguid_valid: u_int32_tel_usid: ntsid_tel_usid_valid: u_int32_tel_gid: gid_tel_gguid: guid_tel_gguid_valid: u_int32_tel_gsid: ntsid_tel_gsid_valid: u_int32_tel_member_valid: u_int32_tel_sup_grp_cnt: u_int32_tel_sup_groups: [gid_t; 16]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.