[][src]Struct linux::kty::__old_kernel_stat

#[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_uint

Trait Implementations

impl Pod for __old_kernel_stat[src]

impl Eq for __old_kernel_stat[src]

impl Clone for __old_kernel_stat[src]

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

Performs copy-assignment from source. Read more

impl PartialEq<__old_kernel_stat> for __old_kernel_stat[src]

impl Copy for __old_kernel_stat[src]

Auto Trait Implementations

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]