Enum seccomp::Op [] [src]

pub enum Op {
    Ne,
    Lt,
    Le,
    Eq,
    Ge,
    Gt,
    MaskedEq,
}

Comparison operators

Variants

Ne

not equal

Lt

less than

Le

less than or equal

Eq

equal

Ge

greater than or equal

Gt

greater than

MaskedEq

masked equality

Trait Implementations

impl Into<scmp_compare> for Op

fn into(self) -> scmp_compare

Derived Implementations

impl Copy for Op

impl Clone for Op

fn clone(&self) -> Op

fn clone_from(&mut self, source: &Self)

impl Debug for Op

fn fmt(&self, __arg_0: &mut Formatter) -> Result