Struct libc::mntent
#[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
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
Trait Implementations
impl Debug for mntent
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for mntent
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for mntent
impl StructuralPartialEq for mntent
Auto Trait Implementations
impl RefUnwindSafe for mntent
impl UnwindSafe for mntent
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T