kos_sys::dc::fs_dcloadStruct dcload_stat
Source #[repr(C)]
pub struct dcload_stat {Show 17 fields
pub st_dev: c_ushort,
pub st_ino: c_ushort,
pub st_mode: c_int,
pub st_nlink: c_ushort,
pub st_uid: c_ushort,
pub st_gid: c_ushort,
pub st_rdev: c_ushort,
pub st_size: c_long,
pub atime: c_long,
pub st_spare1: c_long,
pub mtime: c_long,
pub st_spare2: c_long,
pub ctime: c_long,
pub st_spare3: c_long,
pub st_blksize: c_long,
pub st_blocks: c_long,
pub st_spare4: [c_long; 2],
}
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.