#[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§
source§impl Clone for __c_anonymous_ptrace_syscall_info_seccomp
impl Clone for __c_anonymous_ptrace_syscall_info_seccomp
source§fn clone(&self) -> __c_anonymous_ptrace_syscall_info_seccomp
fn clone(&self) -> __c_anonymous_ptrace_syscall_info_seccomp
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<__c_anonymous_ptrace_syscall_info_seccomp> for __c_anonymous_ptrace_syscall_info_seccomp
impl PartialEq<__c_anonymous_ptrace_syscall_info_seccomp> for __c_anonymous_ptrace_syscall_info_seccomp
source§fn eq(&self, other: &__c_anonymous_ptrace_syscall_info_seccomp) -> bool
fn eq(&self, other: &__c_anonymous_ptrace_syscall_info_seccomp) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.