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

Trait Implementations

impl Clone for mntent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for mntent
[src]

Auto Trait Implementations

impl !Send for mntent

impl !Sync for mntent