Struct nix::sys::ioctl::libc::dirent [] [src]

pub struct dirent {
    pub d_ino: u64,
    pub d_off: i64,
    pub d_reclen: u16,
    pub d_type: u8,
    pub d_name: [i8; 256],
}

Fields

d_ino
d_off
d_reclen
d_type
d_name

Trait Implementations

impl Clone for dirent

fn clone(&self) -> dirent

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

impl Copy for dirent