Struct seccomp_notif_resp
#[repr(C)]
pub struct seccomp_notif_resp { pub id: __u64, pub val: __s64, pub error: __s32, pub flags: __u32 }
Fields
id: __u64val: __s64error: __s32flags: __u32
Trait Implementations
impl Clone for seccomp_notif_resp
fn clone(&self) -> seccomp_notif_resp
impl Copy for seccomp_notif_resp
impl Debug for seccomp_notif_resp
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Eq for seccomp_notif_resp
impl Hash for seccomp_notif_resp
fn hash<__H: Hasher>(&self, state: &mut __H)
impl PartialEq for seccomp_notif_resp
fn eq(&self, other: &seccomp_notif_resp) -> bool
impl StructuralPartialEq for seccomp_notif_resp
Auto 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 UnsafeUnpin for seccomp_notif_resp
impl UnwindSafe for seccomp_notif_resp
Blanket Implementations
impl<T> Any for seccomp_notif_resp
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for seccomp_notif_resp
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for seccomp_notif_resp
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for seccomp_notif_resp
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for seccomp_notif_resp
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for seccomp_notif_resp
where
U: From<T>,
fn into(self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom<U> for seccomp_notif_resp
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for seccomp_notif_resp
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>