#[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
Trait 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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)