#[repr(C)]pub struct _stat32 {
pub st_dev: _dev_t,
pub st_ino: _ino_t,
pub st_mode: c_ushort,
pub st_nlink: c_short,
pub st_uid: c_short,
pub st_gid: c_short,
pub st_rdev: _dev_t,
pub st_size: _off_t,
pub st_atime: __time32_t,
pub st_mtime: __time32_t,
pub st_ctime: __time32_t,
}Fields§
§st_dev: _dev_t§st_ino: _ino_t§st_mode: c_ushort§st_nlink: c_short§st_uid: c_short§st_gid: c_short§st_rdev: _dev_t§st_size: _off_t§st_atime: __time32_t§st_mtime: __time32_t§st_ctime: __time32_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for _stat32
impl RefUnwindSafe for _stat32
impl Send for _stat32
impl Sync for _stat32
impl Unpin for _stat32
impl UnwindSafe for _stat32
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