#[repr(C)]pub struct mntent {
pub mnt_fsname: *mut u8,
pub mnt_dir: *mut u8,
pub mnt_type: *mut u8,
pub mnt_opts: *mut u8,
pub mnt_freq: i32,
pub mnt_passno: i32,
}Fields§
§mnt_fsname: *mut u8§mnt_dir: *mut u8§mnt_type: *mut u8§mnt_opts: *mut u8§mnt_freq: i32§mnt_passno: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for mntent
impl RefUnwindSafe for mntent
impl !Send for mntent
impl !Sync for mntent
impl Unpin for mntent
impl UnwindSafe for mntent
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