Struct unix_fd::dir::DirEntry
[−]
[src]
pub struct DirEntry { pub stat: dirent, }
Fields
stat: dirent
Methods
impl DirEntry
[src]
Trait Implementations
impl Copy for DirEntry
[src]
impl Clone for DirEntry
[src]
fn clone(&self) -> DirEntry
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more