Struct posix::dirent::dirent [-] [+] [src]

pub struct dirent {
    pub d_ino: ino_t,
    pub d_off: off_t,
    pub d_reclen: ushort_t,
    pub d_type: uchar_t,
    pub d_name: [char_t; 256usize],
}

Fields

d_ino
d_off
d_reclen
d_type
d_name

Methods

impl dirent

fn new() -> dirent

Trait Implementations

Derived Implementations

impl Copy for dirent