Struct openssl_sys::seccomp_data
source · pub struct seccomp_data {
pub nr: i32,
pub arch: u32,
pub instruction_pointer: u64,
pub args: [u64; 6],
}
Fields§
§nr: i32
§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