Struct mnt_id_req
struct mnt_id_req { ... }
Fields
size: __u32spare: __u32mnt_id: __u64param: __u64mnt_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) -> TReturns the argument unchanged.
impl<T, U> Into for mnt_id_req
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses 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>