Struct libesedb_sys::stat
source · [−]#[repr(C)]pub struct stat {
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: time_t,
pub st_mtime: time_t,
pub st_ctime: time_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: _off_tst_atime: time_tst_mtime: time_tst_ctime: time_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for stat
impl Send for stat
impl Sync for stat
impl Unpin for stat
impl UnwindSafe for stat
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