#[repr(C)]pub struct scmp_arg_cmp {
pub arg: c_uint,
pub op: scmp_compare,
pub datum_a: scmp_datum_t,
pub datum_b: scmp_datum_t,
}Expand description
Argument / Value comparison definition
Fields§
§arg: c_uint§op: scmp_compareargument number, starting at 0
datum_a: scmp_datum_tthe comparison op, e.g. SCMP_CMP_*
datum_b: scmp_datum_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for scmp_arg_cmp
impl RefUnwindSafe for scmp_arg_cmp
impl Send for scmp_arg_cmp
impl Sync for scmp_arg_cmp
impl Unpin for scmp_arg_cmp
impl UnwindSafe for scmp_arg_cmp
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more