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