Struct linux_raw_sys::v5_11::general::__old_kernel_stat [−][src]
#[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_ulong, pub st_atime: c_ulong, pub st_mtime: c_ulong, pub st_ctime: c_ulong, }
Fields
st_dev: c_ushortst_ino: c_ushortst_mode: c_ushortst_nlink: c_ushortst_uid: c_ushortst_gid: c_ushortst_rdev: c_ushortst_size: c_ulongst_atime: c_ulongst_mtime: c_ulongst_ctime: c_ulongTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for __old_kernel_statimpl Send for __old_kernel_statimpl Sync for __old_kernel_statimpl Unpin for __old_kernel_statimpl UnwindSafe for __old_kernel_statBlanket Implementations
Mutably borrows from an owned value. Read more