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