[][src]Struct libseccomp_rs::SCMP_ARG_CMP

#[repr(C)]
pub struct SCMP_ARG_CMP {
    pub arg: c_uint,
    pub op: SCMP_COMPARE,
    pub oprand1: u64,
    pub oprand2: u64,
}

A struct, replace SCMP_CMP

Fields

arg: c_uintop: SCMP_COMPARE

argument number, starting at 0

oprand1: u64

the comparison op, e.g. SCMP_CMP_*

oprand2: u64

Trait Implementations

impl Debug for SCMP_ARG_CMP[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]