Struct libc::seccomp_notif_resp
source · [−]#[repr(C)]pub struct seccomp_notif_resp {
pub id: __u64,
pub val: __s64,
pub error: __s32,
pub flags: __u32,
}Fields
id: __u64val: __s64error: __s32flags: __u32Trait Implementations
sourceimpl Clone for seccomp_notif_resp
impl Clone for seccomp_notif_resp
sourcefn clone(&self) -> seccomp_notif_resp
fn clone(&self) -> seccomp_notif_resp
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for seccomp_notif_resp
Auto Trait Implementations
impl RefUnwindSafe for seccomp_notif_resp
impl Send for seccomp_notif_resp
impl Sync for seccomp_notif_resp
impl Unpin for seccomp_notif_resp
impl UnwindSafe for seccomp_notif_resp
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more