extern struct dirent_t [src]

Fields

next: dircookie_t
ino: inode_t
namlen: dirnamlen_t
type: filetype_t

Source

pub const dirent_t = extern struct { next: dircookie_t, ino: inode_t, namlen: dirnamlen_t, type: filetype_t, }