#[repr(C)]pub struct statmount {Show 22 fields
pub size: u32,
pub mnt_opts: 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 mnt_ns_id: u64,
pub __spare2: [u64; 49],
pub str_: __IncompleteArrayField<i8>,
}Fields§
§size: u32§mnt_opts: 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§mnt_ns_id: u64§__spare2: [u64; 49]§str_: __IncompleteArrayField<i8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for statmount
impl RefUnwindSafe for statmount
impl Send for statmount
impl Sync for statmount
impl Unpin for statmount
impl UnwindSafe for statmount
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more