Struct linux_raw_sys::general::__old_kernel_stat
source · #[repr(C)]pub struct __old_kernel_stat {
pub st_dev: c_ushort,
pub st_ino: c_ushort,
pub st_mode: c_ushort,
pub st_nlink: c_ushort,
pub st_uid: c_ushort,
pub st_gid: c_ushort,
pub st_rdev: c_ushort,
pub st_size: c_uint,
pub st_atime: c_uint,
pub st_mtime: c_uint,
pub st_ctime: c_uint,
}
Fields§
§st_dev: c_ushort
§st_ino: c_ushort
§st_mode: c_ushort
§st_nlink: c_ushort
§st_uid: c_ushort
§st_gid: c_ushort
§st_rdev: c_ushort
§st_size: c_uint
§st_atime: c_uint
§st_mtime: c_uint
§st_ctime: c_uint
Trait Implementations§
source§impl Clone for __old_kernel_stat
impl Clone for __old_kernel_stat
source§fn clone(&self) -> __old_kernel_stat
fn clone(&self) -> __old_kernel_stat
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more