#[repr(C)]pub struct mntent {
pub mnt_fsname: *mut c_char,
pub mnt_dir: *mut c_char,
pub mnt_type: *mut c_char,
pub mnt_opts: *mut c_char,
pub mnt_freq: c_int,
pub mnt_passno: c_int,
}
Fields§
§mnt_fsname: *mut c_char
§mnt_dir: *mut c_char
§mnt_type: *mut c_char
§mnt_opts: *mut c_char
§mnt_freq: c_int
§mnt_passno: c_int