pub struct Sdl2ImageContext;Expand description
Context manager for sdl2_image to manage quitting. Can’t do much with it but
keep it alive while you are using it.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sdl2ImageContext
impl RefUnwindSafe for Sdl2ImageContext
impl Send for Sdl2ImageContext
impl Sync for Sdl2ImageContext
impl Unpin for Sdl2ImageContext
impl UnwindSafe for Sdl2ImageContext
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