Struct mnt_id_req

struct mnt_id_req { ... }

Fields

size: __u32
spare: __u32
mnt_id: __u64
param: __u64
mnt_ns_id: __u64

Implementations

impl Clone for mnt_id_req

fn clone(self: &Self) -> mnt_id_req

impl Copy for mnt_id_req

impl Debug for mnt_id_req

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

impl Freeze for mnt_id_req

impl RefUnwindSafe for mnt_id_req

impl Send for mnt_id_req

impl Sync for mnt_id_req

impl Unpin for mnt_id_req

impl UnsafeUnpin for mnt_id_req

impl UnwindSafe for mnt_id_req

impl<T> Any for mnt_id_req

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for mnt_id_req

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for mnt_id_req

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

impl<T> CloneToUninit for mnt_id_req

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

impl<T> From for mnt_id_req

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for mnt_id_req

fn into(self: 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 for mnt_id_req

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for mnt_id_req

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