Struct libc::seccomp_data
source · #[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§
source§impl Clone for seccomp_data
impl Clone for seccomp_data
source§fn clone(&self) -> seccomp_data
fn clone(&self) -> seccomp_data
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