Struct unshare::GidMap [−][src]
Entry (row) in the gid map
Fields
inside_gid: gid_t
First gid inside the guest namespace
outside_gid: gid_t
First gid in external (host) namespace
count: gid_t
Number of gids that this entry allows starting from inside/outside gid
Trait Implementations
impl Clone for GidMap
[src]
impl Clone for GidMap
fn clone(&self) -> GidMap
[src]
fn clone(&self) -> GidMap
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for GidMap
[src]
impl Copy for GidMap
impl PartialEq for GidMap
[src]
impl PartialEq for GidMap
fn eq(&self, other: &GidMap) -> bool
[src]
fn eq(&self, other: &GidMap) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &GidMap) -> bool
[src]
fn ne(&self, other: &GidMap) -> bool
This method tests for !=
.
impl Eq for GidMap
[src]
impl Eq for GidMap
impl Debug for GidMap
[src]
impl Debug for GidMap