Struct nix::libc::mntent[][src]

#[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

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

Auto Trait Implementations

impl !Send for mntent

impl !Sync for mntent