[−][src]Struct uikit_sys::kauth_identity_extlookup
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 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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,