#[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_ushort§st_ino: c_ushort§st_mode: c_ushort§st_nlink: c_ushort§st_uid: c_ushort§st_gid: c_ushort§st_rdev: c_ushort§st_size: c_uint§st_atime: c_uint§st_mtime: c_uint§st_ctime: c_uint

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.