[][src]Struct linux::kty::stat

#[repr(C)]
pub struct stat { pub st_dev: __kernel_ulong_t, pub st_ino: __kernel_ulong_t, pub st_nlink: __kernel_ulong_t, pub st_mode: c_uint, pub st_uid: c_uint, pub st_gid: c_uint, pub __pad0: c_uint, pub st_rdev: __kernel_ulong_t, pub st_size: __kernel_long_t, pub st_blksize: __kernel_long_t, pub st_blocks: __kernel_long_t, pub st_atime: __kernel_ulong_t, pub st_atime_nsec: __kernel_ulong_t, pub st_mtime: __kernel_ulong_t, pub st_mtime_nsec: __kernel_ulong_t, pub st_ctime: __kernel_ulong_t, pub st_ctime_nsec: __kernel_ulong_t, pub __unused: [__kernel_long_t; 3], }

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]

Trait Implementations

impl Pod for stat[src]

impl Eq for stat[src]

impl Clone for stat[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl PartialEq<stat> for stat[src]

impl Copy for stat[src]

Auto Trait Implementations

impl Send for stat

impl Sync for stat

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]