Struct arceos_api::fs::AxFileHandle
source · pub struct AxFileHandle(/* private fields */);
Available on crate feature
fs
only.Expand description
A handle to an opened file.
Auto Trait Implementations§
impl !RefUnwindSafe for AxFileHandle
impl Send for AxFileHandle
impl Sync for AxFileHandle
impl Unpin for AxFileHandle
impl !UnwindSafe for AxFileHandle
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