#[repr(C)]pub struct _stat32i64 {
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: c_longlong,
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: c_longlong
§st_atime: __time32_t
§st_mtime: __time32_t
§st_ctime: __time32_t
Trait Implementations§
Source§impl Clone for _stat32i64
impl Clone for _stat32i64
Source§fn clone(&self) -> _stat32i64
fn clone(&self) -> _stat32i64
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _stat32i64
impl Debug for _stat32i64
Source§impl Ord for _stat32i64
impl Ord for _stat32i64
Source§fn cmp(&self, other: &_stat32i64) -> Ordering
fn cmp(&self, other: &_stat32i64) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _stat32i64
impl PartialEq for _stat32i64
Source§impl PartialOrd for _stat32i64
impl PartialOrd for _stat32i64
impl Copy for _stat32i64
impl Eq for _stat32i64
impl StructuralPartialEq for _stat32i64
Auto Trait Implementations§
impl Freeze for _stat32i64
impl RefUnwindSafe for _stat32i64
impl Send for _stat32i64
impl Sync for _stat32i64
impl Unpin for _stat32i64
impl UnwindSafe for _stat32i64
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