Struct unshare::UidMap[][src]

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

Entry (row) in the uid map

Fields

First uid inside the guest namespace

First uid in external (host) namespace

Number of uids that this entry allows starting from inside/outside uid

Trait Implementations

impl Clone for UidMap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for UidMap
[src]

impl PartialEq for UidMap
[src]

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

This method tests for !=.

impl Eq for UidMap
[src]

impl Debug for UidMap
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for UidMap

impl Sync for UidMap