Struct linux_raw_sys::general::stat64
source · [−]#[repr(C)]pub struct stat64 {Show 19 fields
pub st_dev: c_ulonglong,
pub __pad0: [c_uchar; 4],
pub __st_ino: c_ulong,
pub st_mode: c_uint,
pub st_nlink: c_uint,
pub st_uid: c_ulong,
pub st_gid: c_ulong,
pub st_rdev: c_ulonglong,
pub __pad3: [c_uchar; 4],
pub st_size: c_longlong,
pub st_blksize: c_ulong,
pub st_blocks: c_ulonglong,
pub st_atime: c_ulong,
pub st_atime_nsec: c_ulong,
pub st_mtime: c_ulong,
pub st_mtime_nsec: c_uint,
pub st_ctime: c_ulong,
pub st_ctime_nsec: c_ulong,
pub st_ino: c_ulonglong,
}Fields
st_dev: c_ulonglong__pad0: [c_uchar; 4]__st_ino: c_ulongst_mode: c_uintst_nlink: c_uintst_uid: c_ulongst_gid: c_ulongst_rdev: c_ulonglong__pad3: [c_uchar; 4]st_size: c_longlongst_blksize: c_ulongst_blocks: c_ulonglongst_atime: c_ulongst_atime_nsec: c_ulongst_mtime: c_ulongst_mtime_nsec: c_uintst_ctime: c_ulongst_ctime_nsec: c_ulongst_ino: c_ulonglongTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for stat64
impl Send for stat64
impl Sync for stat64
impl Unpin for stat64
impl UnwindSafe for stat64
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more