Struct unshare::UidMap [] [src]

pub struct UidMap {
    pub inside_uid: uid_t,
    pub outside_uid: uid_t,
    pub count: uid_t,
}

Fields

inside_uid: uid_t outside_uid: uid_t count: uid_t

Trait Implementations

impl Debug for UidMap
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Eq for UidMap
[src]

impl PartialEq for UidMap
[src]

fn eq(&self, __arg_0: &UidMap) -> bool

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

fn ne(&self, __arg_0: &UidMap) -> bool

This method tests for !=.

impl Copy for UidMap
[src]

impl Clone for UidMap
[src]

fn clone(&self) -> UidMap

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more