Home
last modified time | relevance | path

Searched refs:RawDirEntry (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/rustix/src/fs/
Draw_dir.rs122 pub struct RawDirEntry<'a> { struct
129 impl<'a> fmt::Debug for RawDirEntry<'a> { argument
140 impl<'a> RawDirEntry<'a> { impl
174 pub fn next(&mut self) -> Option<io::Result<RawDirEntry>> { in next() argument
196 Some(Ok(RawDirEntry { in next()
Dmod.rs209 pub use raw_dir::{RawDir, RawDirEntry};