Struct libc::dirent
[−]
[src]
pub struct dirent {
pub d_ino: u64,
pub d_seekoff: u64,
pub d_reclen: u16,
pub d_namlen: u16,
pub d_type: u8,
pub d_name: [c_char; 1024],
}Unstable (
libc): use libc from crates.io
Fields
d_ino | Unstable ( libc): use |
d_seekoff | Unstable ( libc): use |
d_reclen | Unstable ( libc): use |
d_namlen | Unstable ( libc): use |
d_type | Unstable ( libc): use |
d_name | Unstable ( libc): use |