Struct libesedb_sys::_stat32i64
source · [−]#[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_tst_ino: _ino_tst_mode: c_ushortst_nlink: c_shortst_uid: c_shortst_gid: c_shortst_rdev: _dev_tst_size: c_longlongst_atime: __time32_tst_mtime: __time32_tst_ctime: __time32_tTrait Implementations
sourceimpl Clone for _stat32i64
impl Clone for _stat32i64
sourcefn clone(&self) -> _stat32i64
fn clone(&self) -> _stat32i64
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for _stat32i64
impl Debug for _stat32i64
impl Copy for _stat32i64
Auto Trait Implementations
impl RefUnwindSafe for _stat32i64
impl Send for _stat32i64
impl Sync for _stat32i64
impl Unpin for _stat32i64
impl UnwindSafe for _stat32i64
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