Struct libc::mntent [−][src]
#[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
impl Clone for mntent
[src][+]
impl Copy for mntent
[src]
impl Debug for mntent
[src][+]
impl Eq for mntent
[src]
impl Hash for mntent
[src][+]
impl PartialEq<mntent> for mntent
[src][+]
impl StructuralEq for mntent
[src]
impl StructuralPartialEq for mntent
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,