Enum caps::CapSet [−][src]
pub enum CapSet {
Ambient,
Bounding,
Effective,
Inheritable,
Permitted,
}Linux capabilities sets.
All capabilities sets supported by Linux, including standard
POSIX and custom ones. See capabilities(7).
Variants
AmbientAmbient capabilities set (from Linux 4.3).
BoundingBounding capabilities set (from Linux 2.6.25)
EffectiveEffective capabilities set (from POSIX)
InheritableInheritable capabilities set (from POSIX)
PermittedPermitted capabilities set (from POSIX)
Trait Implementations
impl Debug for CapSet[src]
impl Debug for CapSetfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for CapSet[src]
impl Clone for CapSetfn clone(&self) -> CapSet[src]
fn clone(&self) -> CapSetReturns 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 CapSet[src]
impl Copy for CapSet