extern structstd.os.wasi.dirent_t[src]

Fields

Source Code

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