Struct libc::dirent
[−]
[src]
pub struct dirent { pub d_fileno: ino_t, pub d_off: off_t, pub d_reclen: u16, pub d_type: u8, pub d_namlen: u8, pub d_name: [c_char; 256], // some fields omitted }
Unstable (
libc
): use libc
from crates.io
Fields
d_fileno | Unstable ( libc ): use |
d_off | Unstable ( libc ): use |
d_reclen | Unstable ( libc ): use |
d_type | Unstable ( libc ): use |
d_namlen | Unstable ( libc ): use |
d_name | Unstable ( libc ): use |