[−][src]Struct darwin_libproc_sys::vinfo_stat
Fields
vst_dev: u32
[XSI] ID of device containing file
vst_mode: u16
[XSI] Mode of file
vst_nlink: u16
[XSI] Number of hard links
vst_ino: u64
[XSI] File serial number
vst_uid: uid_t
[XSI] User ID of the file
vst_gid: gid_t
[XSI] Group ID of the file
vst_atime: i64
[XSI] Time of last access
vst_atimensec: i64
nsec of last access
vst_mtime: i64
[XSI] Last data modification time
vst_mtimensec: i64
last data modification nsec
vst_ctime: i64
[XSI] Time of last status change
vst_ctimensec: i64
nsec of last status change
vst_birthtime: i64
File creation time(birth)
vst_birthtimensec: i64
nsec of File creation time
vst_size: off_t
[XSI] file size, in bytes
vst_blocks: i64
[XSI] blocks allocated for file
vst_blksize: i32
[XSI] optimal blocksize for I/O
vst_flags: u32
user defined flags for file
vst_gen: u32
file generation number
vst_rdev: u32
[XSI] Device ID
vst_qspare: [i64; 2]
RESERVED: DO NOT USE!
Trait Implementations
impl Clone for vinfo_stat
[src]
fn clone(&self) -> vinfo_stat
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for vinfo_stat
[src]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,