Struct libesedb_sys::_stat64
source · [−]#[repr(C)]pub struct _stat64 {
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: __time64_t,
pub st_mtime: __time64_t,
pub st_ctime: __time64_t,
}Fields
st_dev: _dev_tst_ino: _ino_tst_mode: c_ushortst_nlink: c_shortst_uid: c_shortst_gid: c_shortst_rdev: _dev_tst_size: c_longlongst_atime: __time64_tst_mtime: __time64_tst_ctime: __time64_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _stat64
impl Send for _stat64
impl Sync for _stat64
impl Unpin for _stat64
impl UnwindSafe for _stat64
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more