Enum seccomp_droundy_sys::scmp_filter_attr [] [src]

#[repr(C)]
pub enum scmp_filter_attr { _SCMP_FLTATR_MIN, SCMP_FLTATR_ACT_DEFAULT, SCMP_FLTATR_ACT_BADARCH, SCMP_FLTATR_CTL_NNP, _SCMP_FLTATR_MAX, }

Filter attributes

Variants

default filter action

bad architecture action

set NO_NEW_PRIVS on filter load

Trait Implementations

impl Debug for scmp_filter_attr
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for scmp_filter_attr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for scmp_filter_attr
[src]

Auto Trait Implementations