Struct gfapi_sys::gluster::DirEntryPlus [] [src]

pub struct DirEntryPlus {
    pub path: PathBuf,
    pub inode: ino_t,
    pub file_type: c_uchar,
    pub stat: stat,
}

Fields