Struct tokio_uds::UCred[][src]

pub struct UCred {
    pub uid: uid_t,
    pub gid: gid_t,
}

Credentials of a process

Fields

UID (user ID) of the process

GID (group ID) of the process

Trait Implementations

impl Copy for UCred
[src]

impl Clone for UCred
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for UCred
[src]

impl PartialEq for UCred
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for UCred
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for UCred
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for UCred

impl Sync for UCred