Struct arceos_api::fs::AxDirHandle
source · pub struct AxDirHandle(/* private fields */);
Available on crate feature
fs
only.Expand description
A handle to an opened directory.
Auto Trait Implementations§
impl !RefUnwindSafe for AxDirHandle
impl Send for AxDirHandle
impl Sync for AxDirHandle
impl Unpin for AxDirHandle
impl !UnwindSafe for AxDirHandle
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more