#[repr(C)]pub struct stat {}Fields§
§st_dev: u64§st_ino: u64§st_nlink: u64§st_mode: u32access permissions
st_uid: u32user id
st_gid: u32group id
st_rdev: u64device id
st_size: i64size in bytes
st_blksize: i64block size
st_blocks: i64size in blocks
st_atim: timespectime of last access
st_mtim: timespectime of last modification
st_ctim: timespectime of last status change
Trait Implementations§
impl Copy for stat
Auto Trait Implementations§
impl Freeze for stat
impl RefUnwindSafe for stat
impl Send for stat
impl Sync for stat
impl Unpin for stat
impl UnwindSafe for stat
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more