Struct linux_raw_sys::io_uring::statmount

source ·
#[repr(C)]
pub struct statmount {
Show 21 fields pub size: __u32, pub __spare1: __u32, pub mask: __u64, pub sb_dev_major: __u32, pub sb_dev_minor: __u32, pub sb_magic: __u64, pub sb_flags: __u32, pub fs_type: __u32, pub mnt_id: __u64, pub mnt_parent_id: __u64, pub mnt_id_old: __u32, pub mnt_parent_id_old: __u32, pub mnt_attr: __u64, pub mnt_propagation: __u64, pub mnt_peer_group: __u64, pub mnt_master: __u64, pub propagate_from: __u64, pub mnt_root: __u32, pub mnt_point: __u32, pub __spare2: [__u64; 50], pub str_: __IncompleteArrayField<c_char>,
}

Fields§

§size: __u32§__spare1: __u32§mask: __u64§sb_dev_major: __u32§sb_dev_minor: __u32§sb_magic: __u64§sb_flags: __u32§fs_type: __u32§mnt_id: __u64§mnt_parent_id: __u64§mnt_id_old: __u32§mnt_parent_id_old: __u32§mnt_attr: __u64§mnt_propagation: __u64§mnt_peer_group: __u64§mnt_master: __u64§propagate_from: __u64§mnt_root: __u32§mnt_point: __u32§__spare2: [__u64; 50]§str_: __IncompleteArrayField<c_char>

Trait Implementations§

source§

impl Debug for statmount

source§

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

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

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

Performs the conversion.
source§

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

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

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

Performs the conversion.