Enum seccomp_droundy::Op [] [src]

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

Comparison operators

Variants

not equal

less than

less than or equal

equal

greater than or equal

greater than

masked equality

Trait Implementations

impl Debug for Op
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Op
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Op
[src]

impl Into<scmp_compare> for Op
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Op

impl Sync for Op