Struct unshare::GidMap [] [src]

pub struct GidMap {
    pub inside_gid: gid_t,
    pub outside_gid: gid_t,
    pub count: gid_t,
}

Fields

Trait Implementations

impl Clone for GidMap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GidMap
[src]

impl PartialEq for GidMap
[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 GidMap
[src]

impl Debug for GidMap
[src]

Formats the value using the given formatter.