Struct sdl2_mixer::Sdl2MixerContext [] [src]

pub struct Sdl2MixerContext;

Context manager for sdl2_mixer to manage init and quit

Trait Implementations

impl Drop for Sdl2MixerContext
[src]

Cleans up all dynamically loaded library handles, freeing memory.

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