Struct gdnative_visual_script::common::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
mnt_fsname: *mut i8
mnt_dir: *mut i8
mnt_type: *mut i8
mnt_opts: *mut i8
mnt_freq: i32
mnt_passno: i32
Trait Implementations
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 Copy for mntent
[src]
impl Copy for mntent