Struct mnt_ns_info

#[repr(C)]
pub struct mnt_ns_info { pub size: __u32, pub nr_mounts: __u32, pub mnt_ns_id: __u64 }

Fields

size: __u32
nr_mounts: __u32
mnt_ns_id: __u64

Trait Implementations

impl Clone for mnt_ns_info

fn clone(&self) -> mnt_ns_info

impl Copy for mnt_ns_info

impl Debug for mnt_ns_info

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

impl Eq for mnt_ns_info

impl Hash for mnt_ns_info

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

impl PartialEq for mnt_ns_info

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

impl StructuralPartialEq for mnt_ns_info

Auto Trait Implementations

impl Freeze for mnt_ns_info

impl RefUnwindSafe for mnt_ns_info

impl Send for mnt_ns_info

impl Sync for mnt_ns_info

impl Unpin for mnt_ns_info

impl UnsafeUnpin for mnt_ns_info

impl UnwindSafe for mnt_ns_info

Blanket Implementations

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

fn type_id(&self) -> TypeId

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

fn borrow(&self) -> &T

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

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

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

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

impl<T> From<T> for mnt_ns_info

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into<U> for mnt_ns_info 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 mnt_ns_info where U: Into<T>,

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

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

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