Struct cloudabi::dirent [] [src]

#[repr(C)]
pub struct dirent { pub d_next: dircookie, pub d_ino: inode, pub d_namlen: u32, pub d_type: filetype, }

A directory entry.

Fields

The offset of the next directory entry stored in this directory.

The serial number of the file referred to by this directory entry.

The length of the name of the directory entry.

The type of the file referred to by this directory entry.

Trait Implementations

impl Copy for dirent
[src]

impl Clone for dirent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more