#[repr(C)]pub struct SeccompNotif {
pub id: u64,
pub pid: u32,
pub flags: u32,
pub data: SeccompData,
}Expand description
Seccomp user notification (80 bytes)
Fields§
§id: u64§pid: u32§flags: u32§data: SeccompDataTrait Implementations§
Source§impl Clone for SeccompNotif
impl Clone for SeccompNotif
Source§fn clone(&self) -> SeccompNotif
fn clone(&self) -> SeccompNotif
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SeccompNotif
Auto Trait Implementations§
impl Freeze for SeccompNotif
impl RefUnwindSafe for SeccompNotif
impl Send for SeccompNotif
impl Sync for SeccompNotif
impl Unpin for SeccompNotif
impl UnsafeUnpin for SeccompNotif
impl UnwindSafe for SeccompNotif
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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