Struct libc_interface::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 Copy for mntent
[src]
impl Copy for mntent
impl Clone for mntent
[src]
impl Clone for mntent
fn clone(&self) -> mntent
[src]
fn clone(&self) -> mntent
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for mntent
[src]
impl PartialEq for mntent
fn eq(&self, other: &Self) -> bool
[src]
fn eq(&self, other: &Self) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for mntent
[src]
impl Eq for mntent