#[repr(C)]pub struct seccomp_notif_resp {
pub id: u64,
pub val: i64,
pub error: i32,
pub flags: u32,
}Expand description
A Notification Response structure.
Fields§
§id: u64§val: i64§error: i32§flags: u32Auto Trait Implementations§
impl Freeze for seccomp_notif_resp
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§
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