#[repr(C)]pub struct NSTDFile {
pub io_stream: NSTDIOStream,
pub handle: NSTDFileHandle,
}Expand description
Represents a file stream.
Fields
io_stream: NSTDIOStreamThe input/output stream.
handle: NSTDFileHandleThe handle to the file.
Auto Trait Implementations
impl RefUnwindSafe for NSTDFile
impl !Send for NSTDFile
impl !Sync for NSTDFile
impl Unpin for NSTDFile
impl UnwindSafe for NSTDFile
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more