pub struct SDL_IOStream { /* private fields */ }Expand description
The read/write operation structure.
This operates as an opaque handle. There are several APIs to create various
types of I/O streams, or an app can supply an SDL_IOStreamInterface to
SDL_OpenIO() to provide their own stream implementation behind this
struct’s abstract interface.
§Availability
This struct is available since SDL 3.2.0.
Auto Trait Implementations§
impl Freeze for SDL_IOStream
impl RefUnwindSafe for SDL_IOStream
impl Send for SDL_IOStream
impl Sync for SDL_IOStream
impl Unpin for SDL_IOStream
impl UnwindSafe for SDL_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