Struct gdnative_visual_script::common::libc::stat [−][src]
#[repr(C)]pub struct stat { pub st_dev: i32, pub st_mode: u16, pub st_nlink: u16, pub st_ino: u64, pub st_uid: u32, pub st_gid: u32, pub st_rdev: i32, pub st_atime: i32, pub st_atime_nsec: i32, pub st_mtime: i32, pub st_mtime_nsec: i32, pub st_ctime: i32, pub st_ctime_nsec: i32, pub st_birthtime: i32, pub st_birthtime_nsec: i32, pub st_size: i64, pub st_blocks: i64, pub st_blksize: i32, pub st_flags: u32, pub st_gen: u32, pub st_lspare: i32, pub st_qspare: [i64; 2], }
Fields
st_dev: i32
st_mode: u16
st_nlink: u16
st_ino: u64
st_uid: u32
st_gid: u32
st_rdev: i32
st_atime: i32
st_atime_nsec: i32
st_mtime: i32
st_mtime_nsec: i32
st_ctime: i32
st_ctime_nsec: i32
st_birthtime: i32
st_birthtime_nsec: i32
st_size: i64
st_blocks: i64
st_blksize: i32
st_flags: u32
st_gen: u32
st_lspare: i32
st_qspare: [i64; 2]
Trait Implementations
impl Clone for stat
[src]
impl Clone for stat
fn clone(&self) -> stat
[src]
fn clone(&self) -> stat
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 stat
[src]
impl Copy for stat