Struct std::os::android::raw::stat 1.1.0
[−]
[src]
#[repr(C)]pub struct stat { pub st_dev: c_ulonglong, pub __pad0: [c_uchar; 4], pub __st_ino: u32, pub st_mode: c_uint, pub st_nlink: c_uint, pub st_uid: uid_t, pub st_gid: gid_t, pub st_rdev: c_ulonglong, pub __pad3: [c_uchar; 4], pub st_size: c_longlong, pub st_blksize: u32, pub st_blocks: c_ulonglong, pub st_atime: c_ulong, pub st_atime_nsec: c_ulong, pub st_mtime: c_ulong, pub st_mtime_nsec: c_ulong, pub st_ctime: c_ulong, pub st_ctime_nsec: c_ulong, pub st_ino: c_ulonglong, }
: these type aliases are no longer supported by the standard library, the libc
crate on crates.io should be used instead for the correct definitions
Fields
st_dev: c_ulonglong
: these type aliases are no longer supported by the standard library, the libc
crate on crates.io should be used instead for the correct definitions
__pad0: [c_uchar; 4]
: these type aliases are no longer supported by the standard library, the libc
crate on crates.io should be used instead for the correct definitions
__st_ino: u32
: these type aliases are no longer supported by the standard library, the libc
crate on crates.io should be used instead for the correct definitions
st_mode: c_uint
: these type aliases are no longer supported by the standard library, the libc
crate on crates.io should be used instead for the correct definitions
st_nlink: c_uint
: these type aliases are no longer supported by the standard library, the libc
crate on crates.io should be used instead for the correct definitions
st_uid: uid_t
: these type aliases are no longer supported by the standard library, the libc
crate on crates.io should be used instead for the correct definitions
st_gid: gid_t
: these type aliases are no longer supported by the standard library, the libc
crate on crates.io should be used instead for the correct definitions
st_rdev: c_ulonglong
: these type aliases are no longer supported by the standard library, the libc
crate on crates.io should be used instead for the correct definitions
__pad3: [c_uchar; 4]
: these type aliases are no longer supported by the standard library, the libc
crate on crates.io should be used instead for the correct definitions
st_size: c_longlong
: these type aliases are no longer supported by the standard library, the libc
crate on crates.io should be used instead for the correct definitions
st_blksize: u32
: these type aliases are no longer supported by the standard library, the libc
crate on crates.io should be used instead for the correct definitions
st_blocks: c_ulonglong
: these type aliases are no longer supported by the standard library, the libc
crate on crates.io should be used instead for the correct definitions
st_atime: c_ulong
: these type aliases are no longer supported by the standard library, the libc
crate on crates.io should be used instead for the correct definitions
st_atime_nsec: c_ulong
: these type aliases are no longer supported by the standard library, the libc
crate on crates.io should be used instead for the correct definitions
st_mtime: c_ulong
: these type aliases are no longer supported by the standard library, the libc
crate on crates.io should be used instead for the correct definitions
st_mtime_nsec: c_ulong
: these type aliases are no longer supported by the standard library, the libc
crate on crates.io should be used instead for the correct definitions
st_ctime: c_ulong
: these type aliases are no longer supported by the standard library, the libc
crate on crates.io should be used instead for the correct definitions
st_ctime_nsec: c_ulong
: these type aliases are no longer supported by the standard library, the libc
crate on crates.io should be used instead for the correct definitions
st_ino: c_ulonglong
: these type aliases are no longer supported by the standard library, the libc
crate on crates.io should be used instead for the correct definitions
Trait Implementations
impl Clone for stat
[src]
fn clone(&self) -> stat
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more