[][src]Module fermium::rwops

Allows for interaction with things you can read and write from.

Usually files, but you can also point this at static memory and stuff in some situations.

Only a minimal amount of this module is currently bound. If you want more added, PRs accepted.

Re-exports

pub use crate::error::*;
pub use crate::stdinc::*;

Structs

SDL_RWops

SDL's read/write abstraction.

Enums

c_void

Equivalent to C's void type when used as a pointer.

Functions

SDL_FreeRW

Free an SDL_RWops after use.

SDL_RWFromFile

Creates a SDL_RWops from a filename and mode string.

Type Definitions

c_char