Struct rustuv::uvll::uv_stat_t[src]

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_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

impl uv_stat_t

fn new() -> uv_stat_t

fn is_file(&self) -> bool

fn is_dir(&self) -> bool