Struct sdl2_image::Sdl2ImageContext [] [src]

pub struct Sdl2ImageContext;

Context manager for sdl2_image to manage quiting. Can't do much with it but keep it alive while you are using it.

Trait Implementations

impl Drop for Sdl2ImageContext
[src]

A method called when the value goes out of scope. Read more