Enum procinfo::pid::SeccompMode [] [src]

pub enum SeccompMode {
    Disabled,
    Strict,
    Filter,
}

The Secure Computing state of a process.

Variants

Trait Implementations

impl Debug for SeccompMode
[src]

Formats the value using the given formatter.

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

impl Hash for SeccompMode
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Default for SeccompMode
[src]

Returns the "default value" for a type. Read more