Struct tokio::net::unix::UCred[][src]

pub struct UCred {
    pub uid: u32,
    pub gid: u32,
}

Credentials of a process

Fields

UID (user ID) of the process

GID (group ID) of the process

Trait Implementations

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 Clone for UCred
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UCred
[src]

Formats the value using the given formatter. Read more

impl Copy for UCred
[src]

impl Eq for UCred
[src]

impl PartialEq<UCred> for UCred
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for UCred

impl Sync for UCred