Struct nx::fs::ProxyDirectory
source · [−]pub struct ProxyDirectory { /* private fields */ }
Implementations
sourceimpl ProxyDirectory
impl ProxyDirectory
pub fn new(dir_obj: Shared<dyn IDirectory>) -> Self
Trait Implementations
sourceimpl Directory for ProxyDirectory
impl Directory for ProxyDirectory
fn read(&mut self, out_entries: &mut [DirectoryEntry]) -> Result<u64>
fn get_entry_count(&mut self) -> Result<u64>
Auto Trait Implementations
impl !RefUnwindSafe for ProxyDirectory
impl !Send for ProxyDirectory
impl !Sync for ProxyDirectory
impl Unpin for ProxyDirectory
impl !UnwindSafe for ProxyDirectory
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