pub struct uv_stat_t {
pub st_dev: uint64_t,
pub st_mode: uint64_t,
pub st_nlink: uint64_t,
pub st_uid: uint64_t,
pub st_gid: uint64_t,
pub st_rdev: uint64_t,
pub st_ino: uint64_t,
pub st_size: uint64_t,
pub st_blksize: uint64_t,
pub st_blocks: uint64_t,
pub st_flags: uint64_t,
pub st_gen: uint64_t,
pub st_atim: uv_timespec_t,
pub st_mtim: uv_timespec_t,
pub st_ctim: uv_timespec_t,
pub st_birthtim: uv_timespec_t,
}Fields
st_dev | |
st_mode | |
st_nlink | |
st_uid | |
st_gid | |
st_rdev | |
st_ino | |
st_size | |
st_blksize | |
st_blocks | |
st_flags | |
st_gen | |
st_atim | |
st_mtim | |
st_ctim | |
st_birthtim | |
Methods
Keyboard shortcuts
- ?
- Show this help dialog
- S
- Focus the search field
- ⇤
- Move up in search results
- ⇥
- Move down in search results
- ⏎
- Go to active search result
Search tricks
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).