Struct mount_attr

struct mount_attr { ... }

Fields

attr_set: __u64
attr_clr: __u64
propagation: __u64
userns_fd: __u64

Implementations

impl Clone for mount_attr

fn clone(self: &Self) -> mount_attr

impl Copy for mount_attr

impl Debug for mount_attr

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

impl Freeze for mount_attr

impl RefUnwindSafe for mount_attr

impl Send for mount_attr

impl Sync for mount_attr

impl Unpin for mount_attr

impl UnsafeUnpin for mount_attr

impl UnwindSafe for mount_attr

impl<T> Any for mount_attr

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for mount_attr

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

impl<T> BorrowMut for mount_attr

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

impl<T> CloneToUninit for mount_attr

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

impl<T> From for mount_attr

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for mount_attr

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 mount_attr

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

impl<T, U> TryInto for mount_attr

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