Struct nx::fs::DirectoryAccessor
source · [−]pub struct DirectoryAccessor { /* private fields */ }
Implementations
sourceimpl DirectoryAccessor
impl DirectoryAccessor
pub fn new(dir: Shared<dyn Directory>) -> Self
pub fn get_entry_count(&mut self) -> Result<u64>
pub fn get_object(&self) -> Shared<dyn Directory>
pub fn read_next(&mut self) -> Result<Option<DirectoryEntry>>
Auto Trait Implementations
impl !RefUnwindSafe for DirectoryAccessor
impl !Send for DirectoryAccessor
impl !Sync for DirectoryAccessor
impl Unpin for DirectoryAccessor
impl !UnwindSafe for DirectoryAccessor
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more