Struct sdl2_ttf::Sdl2TtfContext [] [src]

#[must_use]
pub struct Sdl2TtfContext;

A context manager for SDL2_TTF to manage C code init and quit

Trait Implementations

impl Drop for Sdl2TtfContext
[src]

fn drop(&mut self)

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