#[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: __u32Trait 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 more