Struct gdnative_visual_script::common::libc::stat[][src]

#[repr(C)]
pub struct stat { pub st_dev: u32, pub st_ino: u16, pub st_mode: u16, pub st_nlink: i16, pub st_uid: i16, pub st_gid: i16, pub st_rdev: u32, pub st_size: i64, pub st_atime: i64, pub st_mtime: i64, pub st_ctime: i64, }

Fields

Trait Implementations

impl Clone for stat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for stat
[src]

Auto Trait Implementations

impl Send for stat

impl Sync for stat