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_ushortst_ino: c_ushortst_mode: c_ushortst_nlink: c_ushortst_uid: c_ushortst_gid: c_ushortst_rdev: c_ushortst_size: c_uintst_atime: c_uintst_mtime: c_uintst_ctime: c_uintTrait Implementations
sourceimpl Clone for __old_kernel_stat
 
impl Clone for __old_kernel_stat
sourcefn clone(&self) -> __old_kernel_stat
 
fn clone(&self) -> __old_kernel_stat
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more