Struct hermit_abi::stat
source · #[repr(C)]pub struct stat {}
Fields§
§st_dev: u64
§st_ino: u64
§st_nlink: u64
§st_mode: u32
access permissions
st_uid: u32
user id
st_gid: u32
group id
st_rdev: u64
device id
st_size: u64
size in bytes
st_blksize: i64
block size
st_blocks: i64
size in blocks
st_atim: timespec
time of last access
st_mtim: timespec
time of last modification
st_ctim: timespec
time 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