Struct libc::seccomp_data
#[repr(C)]
pub struct seccomp_data {
pub nr: ::c_int,
pub arch: ::__u32,
pub instruction_pointer: ::__u64,
pub args: [::__u64; 6],
}Fields
pub nr: ::c_intpub arch: ::__u32pub instruction_pointer: ::__u64pub args: [::__u64; 6]Trait Implementations
impl Clone for seccomp_data
fn clone(&Self) -> seccomp_dataimpl Copy for seccomp_dataimpl Debug for seccomp_data
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for seccomp_dataimpl Hash for seccomp_data
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<seccomp_data> for seccomp_data
fn eq(&Self, other: &seccomp_data) -> boolfn ne(&Self, other: &seccomp_data) -> boolimpl StructuralEq for seccomp_dataimpl StructuralPartialEq for seccomp_dataAuto Trait Implementations
impl RefUnwindSafe for seccomp_dataimpl Send for seccomp_dataimpl Sync for seccomp_dataimpl Unpin for seccomp_dataimpl UnwindSafe for seccomp_dataBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T