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

#[repr(C)]
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

Trait Implementations

impl Copy for dirent
[src]

impl Clone for dirent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for dirent

impl Sync for dirent