Struct gdnative_visual_script::common::libc::stat [−][src]
#[repr(C)]pub struct stat { pub st_dev: u64, pub st_ino: u32, pub st_mode: u32, pub st_nlink: u32, pub st_uid: u32, pub st_gid: u32, pub st_rdev: u64, pub st_size: i32, pub st_blksize: i32, pub st_blocks: 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, // some fields omitted }
Fields
st_dev: u64
st_ino: u32
st_mode: u32
st_nlink: u32
st_uid: u32
st_gid: u32
st_rdev: u64
st_size: i32
st_blksize: i32
st_blocks: i32
st_atime: i32
st_atime_nsec: i32
st_mtime: i32
st_mtime_nsec: i32
st_ctime: i32
st_ctime_nsec: i32
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