Enum seccomp_droundy_sys::scmp_compare [] [src]

#[repr(C)]
pub enum scmp_compare { _SCMP_CMP_MIN, SCMP_CMP_NE, SCMP_CMP_LT, SCMP_CMP_LE, SCMP_CMP_EQ, SCMP_CMP_GE, SCMP_CMP_GT, SCMP_CMP_MASKED_EQ, _SCMP_CMP_MAX, }

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 scmp_compare
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for scmp_compare
[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_compare
[src]

Auto Trait Implementations

impl Send for scmp_compare

impl Sync for scmp_compare