[][src]Struct uikit_sys::kauth_identity_extlookup

#[repr(C)]pub 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_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

impl Clone for kauth_identity_extlookup[src]

impl Copy for kauth_identity_extlookup[src]

impl Default for kauth_identity_extlookup[src]

Auto Trait Implementations

impl RefUnwindSafe for kauth_identity_extlookup

impl Send for kauth_identity_extlookup

impl Sync for kauth_identity_extlookup

impl Unpin for kauth_identity_extlookup

impl UnwindSafe for kauth_identity_extlookup

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.