Struct statmount
struct statmount { ... }
Fields
size: __u32mnt_opts: __u32mask: __u64sb_dev_major: __u32sb_dev_minor: __u32sb_magic: __u64sb_flags: __u32fs_type: __u32mnt_id: __u64mnt_parent_id: __u64mnt_id_old: __u32mnt_parent_id_old: __u32mnt_attr: __u64mnt_propagation: __u64mnt_peer_group: __u64mnt_master: __u64propagate_from: __u64mnt_root: __u32mnt_point: __u32mnt_ns_id: __u64fs_subtype: __u32sb_source: __u32opt_num: __u32opt_array: __u32opt_sec_num: __u32opt_sec_array: __u32__spare2: [__u64; 46]str_: __IncompleteArrayField<c_char>
Implementations
impl Debug for statmount
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for statmount
impl RefUnwindSafe for statmount
impl Send for statmount
impl Sync for statmount
impl Unpin for statmount
impl UnsafeUnpin for statmount
impl UnwindSafe for statmount
impl<T> Any for statmount
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for statmount
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for statmount
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for statmount
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for statmount
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 statmount
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for statmount
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>