pub struct IOStream { /* private fields */ }Expand description
A wrapper to handle I/O operations between GSL and rust
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for IOStream
impl !Sync for IOStream
impl Freeze for IOStream
impl RefUnwindSafe for IOStream
impl Unpin for IOStream
impl UnsafeUnpin for IOStream
impl UnwindSafe for IOStream
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