Struct seccomp_notif_addfd

#[repr(C)]
pub struct seccomp_notif_addfd { pub id: __u64, pub flags: __u32, pub srcfd: __u32, pub newfd: __u32, pub newfd_flags: __u32 }

Fields

id: __u64
flags: __u32
srcfd: __u32
newfd: __u32
newfd_flags: __u32

Trait Implementations

impl Clone for seccomp_notif_addfd

fn clone(&self) -> seccomp_notif_addfd

impl Copy for seccomp_notif_addfd

impl Debug for seccomp_notif_addfd

fn fmt(&self, f: &mut Formatter<'_>) -> Result

impl Eq for seccomp_notif_addfd

impl Hash for seccomp_notif_addfd

fn hash<__H: Hasher>(&self, state: &mut __H)

impl PartialEq for seccomp_notif_addfd

fn eq(&self, other: &seccomp_notif_addfd) -> bool

impl StructuralPartialEq for seccomp_notif_addfd

Auto Trait Implementations

impl Freeze for seccomp_notif_addfd

impl RefUnwindSafe for seccomp_notif_addfd

impl Send for seccomp_notif_addfd

impl Sync for seccomp_notif_addfd

impl Unpin for seccomp_notif_addfd

impl UnsafeUnpin for seccomp_notif_addfd

impl UnwindSafe for seccomp_notif_addfd

Blanket Implementations

impl<T> Any for seccomp_notif_addfd where T: 'static + ?Sized,

fn type_id(&self) -> TypeId

impl<T> Borrow<T> for seccomp_notif_addfd where T: ?Sized,

fn borrow(&self) -> &T

impl<T> BorrowMut<T> for seccomp_notif_addfd where T: ?Sized,

fn borrow_mut(&mut self) -> &mut T

impl<T> CloneToUninit for seccomp_notif_addfd where T: Clone,

unsafe fn clone_to_uninit(&self, dest: *mut u8)

impl<T> From<T> for seccomp_notif_addfd

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into<U> for seccomp_notif_addfd where U: From<T>,

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom<U> for seccomp_notif_addfd where U: Into<T>,

type Error = never;
fn try_from(value: U) -> Result<T, never>

impl<T, U> TryInto<U> for seccomp_notif_addfd where U: TryFrom<T>,

type Error = <U as TryFrom<T>>::Error;
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>