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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for UCred
[src]

impl PartialEq for UCred
[src]

[src]

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

[src]

This method tests for !=.

impl Hash for UCred
[src]

[src]

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

1.3.0
[src]

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

impl Debug for UCred
[src]

[src]

Formats the value using the given formatter.