pub struct GidMap {
pub inside_gid: gid_t,
pub outside_gid: gid_t,
pub count: gid_t,
}Expand description
Entry (row) in the gid map
Fields§
§inside_gid: gid_tFirst gid inside the guest namespace
outside_gid: gid_tFirst gid in external (host) namespace
count: gid_tNumber of gids that this entry allows starting from inside/outside gid
Trait Implementations§
impl Copy for GidMap
impl Eq for GidMap
impl StructuralPartialEq for GidMap
Auto Trait Implementations§
impl Freeze for GidMap
impl RefUnwindSafe for GidMap
impl Send for GidMap
impl Sync for GidMap
impl Unpin for GidMap
impl UnwindSafe for GidMap
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more