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],
}

Fields

d_ino
d_seekoff
d_reclen
d_namlen
d_type
d_name

Trait Implementations

impl Copy for dirent

impl Clone for dirent

fn clone(&self) -> dirent

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