Struct tokio_uds::UCred [−][src]
Credentials of a process
Fields
uid: uid_t
UID (user ID) of the process
gid: gid_t
GID (group ID) of the process
Credentials of a process
uid: uid_t
UID (user ID) of the process
gid: gid_t
GID (group ID) of the process
impl Copy for UCred
[src]impl Eq for UCred
[src]impl StructuralEq for UCred
[src]impl StructuralPartialEq for UCred
[src]impl RefUnwindSafe for UCred
impl Send for UCred
impl Sync for UCred
impl Unpin for UCred
impl UnwindSafe for UCred