pub struct NSTDFile { /* private fields */ }Available on crate feature
fs only.Expand description
A handle to an opened file.
Auto Trait Implementations§
impl Freeze for NSTDFile
impl RefUnwindSafe for NSTDFile
impl !Send for NSTDFile
impl !Sync for NSTDFile
impl Unpin for NSTDFile
impl UnwindSafe for NSTDFile
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