pub struct IOStream { /* private fields */ }
Expand description
A wrapper to handle I/O operations between GSL and rust
Implementations
sourceimpl IOStream
impl IOStream
pub fn write_mode(&self) -> bool
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IOStream
impl !Send for IOStream
impl !Sync for IOStream
impl Unpin for IOStream
impl UnwindSafe for IOStream
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