Struct libc_interface::dirent[][src]

#[repr(C)]
pub struct dirent { pub d_ino: ino_t, pub d_off: off_t, pub d_reclen: c_ushort, pub d_type: c_uchar, pub d_name: [c_char; 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

impl PartialEq for dirent
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for dirent
[src]

Auto Trait Implementations

impl Send for dirent

impl Sync for dirent