Enum prctl::PrctlSecurebits [] [src]

pub enum PrctlSecurebits {
    SECBIT_NOROOT,
    SECBIT_NOROOT_LOCKED,
    SECBIT_NO_SETUID_FIXUP,
    SECBIT_NO_SETUID_FIXUP_LOCKED,
    SECBIT_KEEP_CAPS,
    SECBIT_KEEP_CAPS_LOCKED,
}

Variants

Trait Implementations

impl PartialEq for PrctlSecurebits
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for PrctlSecurebits
[src]

Formats the value using the given formatter.

impl Copy for PrctlSecurebits
[src]

impl Clone for PrctlSecurebits
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more