pub struct stat {
pub st_dev: u32,
pub st_ino: u16,
pub st_mode: u16,
pub st_nlink: i16,
pub st_uid: i16,
pub st_gid: i16,
pub st_rdev: u32,
pub st_size: i64,
pub st_atime: i64,
pub st_mtime: i64,
pub st_ctime: i64,
}
Performs copy-assignment from
source
.
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 resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning.
Read more
Uses borrowed data to replace owned data, usually by cloning.
Read more
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.