Struct linux_raw_sys::general::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§
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