#[repr(C)]pub struct linux_stat {Show 18 fields
    pub st_dev: linux___kernel_ulong_t,
    pub st_ino: linux___kernel_ulong_t,
    pub st_nlink: linux___kernel_ulong_t,
    pub st_mode: c_uint,
    pub st_uid: c_uint,
    pub st_gid: c_uint,
    pub l__pad0: c_uint,
    pub st_rdev: linux___kernel_ulong_t,
    pub st_size: c_long,
    pub st_blksize: c_long,
    pub st_blocks: c_long,
    pub st_atime: linux___kernel_ulong_t,
    pub st_atime_nsec: linux___kernel_ulong_t,
    pub st_mtime: linux___kernel_ulong_t,
    pub st_mtime_nsec: linux___kernel_ulong_t,
    pub st_ctime: linux___kernel_ulong_t,
    pub st_ctime_nsec: linux___kernel_ulong_t,
    pub l__unused: [c_long; 3],
}Fields§
§st_dev: linux___kernel_ulong_t§st_ino: linux___kernel_ulong_t§st_nlink: linux___kernel_ulong_t§st_mode: c_uint§st_uid: c_uint§st_gid: c_uint§l__pad0: c_uint§st_rdev: linux___kernel_ulong_t§st_size: c_long§st_blksize: c_long§st_blocks: c_long§st_atime: linux___kernel_ulong_t§st_atime_nsec: linux___kernel_ulong_t§st_mtime: linux___kernel_ulong_t§st_mtime_nsec: linux___kernel_ulong_t§st_ctime: linux___kernel_ulong_t§st_ctime_nsec: linux___kernel_ulong_t§l__unused: [c_long; 3]Trait Implementations§
Source§impl Clone for linux_stat
 
impl Clone for linux_stat
Source§fn clone(&self) -> linux_stat
 
fn clone(&self) -> linux_stat
Returns a duplicate 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 linux_stat
 
impl Debug for linux_stat
Source§impl PartialEq for linux_stat
 
impl PartialEq for linux_stat
impl Copy for linux_stat
impl Eq for linux_stat
impl StructuralPartialEq for linux_stat
Auto Trait Implementations§
impl Freeze for linux_stat
impl RefUnwindSafe for linux_stat
impl Send for linux_stat
impl Sync for linux_stat
impl Unpin for linux_stat
impl UnwindSafe for linux_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