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

Trait Implementations

impl Copy for mntent
[src]

impl Clone for mntent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for mntent
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for mntent
[src]

Auto Trait Implementations

impl !Send for mntent

impl !Sync for mntent