Struct stat
struct stat { ... }
Fields
st_dev: __kernel_ulong_tst_ino: __kernel_ulong_tst_nlink: __kernel_ulong_tst_mode: c_uintst_uid: c_uintst_gid: c_uint__pad0: c_uintst_rdev: __kernel_ulong_tst_size: __kernel_long_tst_blksize: __kernel_long_tst_blocks: __kernel_long_tst_atime: __kernel_ulong_tst_atime_nsec: __kernel_ulong_tst_mtime: __kernel_ulong_tst_mtime_nsec: __kernel_ulong_tst_ctime: __kernel_ulong_tst_ctime_nsec: __kernel_ulong_t__unused: [__kernel_long_t; 3]
Implementations
impl Clone for stat
fn clone(self: &Self) -> stat
impl Copy for stat
impl Debug for stat
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for stat
impl RefUnwindSafe for stat
impl Send for stat
impl Sync for stat
impl Unpin for stat
impl UnsafeUnpin for stat
impl UnwindSafe for stat
impl<T> Any for stat
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for stat
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for stat
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for stat
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for stat
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for stat
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for stat
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for stat
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>