Struct Dir
unix_fd::dir
pub struct Dir { /* fields omitted */ }
impl Dir
fn fdopendir(fd: &Fd) -> Result<Dir>
fn readdir(self) -> ReadDir
impl Debug for Dir
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter.
impl Drop for Dir
fn drop(&mut self)
Executes the destructor for this type. Read more