Struct libc::seccomp_data [−][src]
#[repr(C)]pub struct seccomp_data { pub nr: c_int, pub arch: __u32, pub instruction_pointer: __u64, pub args: [__u64; 6], }
Fields
nr: c_int
arch: __u32
instruction_pointer: __u64
args: [__u64; 6]
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.