#[repr(C)]pub struct seccomp_notif {
pub id: u64,
pub pid: u32,
pub flags: u32,
pub data: seccomp_data,
}Expand description
A notification from the kernel.
Fields§
§id: u64§pid: u32§flags: u32§data: seccomp_dataAuto Trait Implementations§
impl Freeze for seccomp_notif
impl RefUnwindSafe for seccomp_notif
impl Send for seccomp_notif
impl Sync for seccomp_notif
impl Unpin for seccomp_notif
impl UnwindSafe for seccomp_notif
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more