Struct gfapi_sys::gluster::DirEntry [] [src]

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

Fields

Trait Implementations

impl Debug for DirEntry
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DirEntry

impl Sync for DirEntry