pub enum NsType {
CGROUP,
PID,
USER,
UTS,
IPC,
MNT,
NET,
UNK,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NsType
impl RefUnwindSafe for NsType
impl Send for NsType
impl Sync for NsType
impl Unpin for NsType
impl UnwindSafe for NsType
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