#[repr(C)]pub struct mntent {
pub mnt_fsname: *mut i8,
pub mnt_dir: *mut i8,
pub mnt_type: *mut i8,
pub mnt_opts: *mut i8,
pub mnt_freq: i32,
pub mnt_passno: i32,
}
Fields§
§mnt_fsname: *mut i8
§mnt_dir: *mut i8
§mnt_type: *mut i8
§mnt_opts: *mut i8
§mnt_freq: i32
§mnt_passno: i32
Trait Implementations§
source§impl PartialEq<mntent> for mntent
impl PartialEq<mntent> for mntent
impl Copy for mntent
impl Eq for mntent
impl StructuralEq for mntent
impl StructuralPartialEq for mntent
Auto Trait Implementations§
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> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere T: Hash + ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.