Struct libc::vinfo_stat
source · [−]#[repr(C)]pub struct vinfo_stat {Show 21 fields
pub vst_dev: u32,
pub vst_mode: u16,
pub vst_nlink: u16,
pub vst_ino: u64,
pub vst_uid: uid_t,
pub vst_gid: gid_t,
pub vst_atime: i64,
pub vst_atimensec: i64,
pub vst_mtime: i64,
pub vst_mtimensec: i64,
pub vst_ctime: i64,
pub vst_ctimensec: i64,
pub vst_birthtime: i64,
pub vst_birthtimensec: i64,
pub vst_size: off_t,
pub vst_blocks: i64,
pub vst_blksize: i32,
pub vst_flags: u32,
pub vst_gen: u32,
pub vst_rdev: u32,
pub vst_qspare: [i64; 2],
}Fields
vst_dev: u32vst_mode: u16vst_nlink: u16vst_ino: u64vst_uid: uid_tvst_gid: gid_tvst_atime: i64vst_atimensec: i64vst_mtime: i64vst_mtimensec: i64vst_ctime: i64vst_ctimensec: i64vst_birthtime: i64vst_birthtimensec: i64vst_size: off_tvst_blocks: i64vst_blksize: i32vst_flags: u32vst_gen: u32vst_rdev: u32vst_qspare: [i64; 2]Trait Implementations
sourceimpl Clone for vinfo_stat
impl Clone for vinfo_stat
sourcefn clone(&self) -> vinfo_stat
fn clone(&self) -> vinfo_stat
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 moreimpl Copy for vinfo_stat
Auto Trait Implementations
impl RefUnwindSafe for vinfo_stat
impl Send for vinfo_stat
impl Sync for vinfo_stat
impl Unpin for vinfo_stat
impl UnwindSafe for vinfo_stat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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