Struct libc::dirent [] [src]

pub struct dirent {
    pub d_fileno: u32,
    pub d_reclen: u16,
    pub d_type: u8,
    pub d_namlen: u8,
    pub d_name: [c_char; 256],
}

Fields

d_fileno
d_reclen
d_type
d_namlen
d_name

Trait Implementations

impl Copy for dirent

impl Clone for dirent

fn clone(&self) -> dirent

1.0.0fn clone_from(&mut self, source: &Self)