Struct arceos_posix_api::ctypes::stat
source · #[repr(C)]pub struct stat {}
Fields§
§st_dev: dev_t
§st_ino: ino_t
§st_mode: mode_t
§st_nlink: nlink_t
§st_uid: uid_t
§st_gid: gid_t
§st_rdev: dev_t
§st_size: off_t
§st_blksize: blksize_t
§st_blocks: blkcnt_t
§st_atime: timespec
§st_mtime: timespec
§st_ctime: timespec
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