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 moresource§impl Debug for __old_kernel_stat
impl Debug for __old_kernel_stat
impl Copy for __old_kernel_stat
Auto Trait Implementations§
impl RefUnwindSafe for __old_kernel_stat
impl Send for __old_kernel_stat
impl Sync for __old_kernel_stat
impl Unpin for __old_kernel_stat
impl UnwindSafe for __old_kernel_stat
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more