Struct libc::ucred
[−]
[src]
#[repr(C)]pub struct ucred { pub pid: pid_t, pub uid: uid_t, pub gid: gid_t, }
Fields
pid: pid_t
uid: uid_t
gid: gid_t