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
st_dev: u32
st_ino: u16
st_mode: u16
st_nlink: i16
st_uid: i16
st_gid: i16
st_rdev: u32
st_size: i64
st_atime: i64
st_mtime: i64
st_ctime: i64
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