(function() {var implementors = {};
implementors["c_vec"] = [{"text":"impl<T> AsMut<[T]> for CVec<T>","synthetic":false,"types":["c_vec::CVec"]},{"text":"impl<T> AsMut<[T]> for CSlice<T>","synthetic":false,"types":["c_vec::CSlice"]}];
implementors["sdl2"] = [{"text":"impl AsMut<SDL_Rect> for Rect","synthetic":false,"types":["sdl2::rect::Rect"]},{"text":"impl AsMut<SDL_Point> for Point","synthetic":false,"types":["sdl2::rect::Point"]},{"text":"impl<'a> AsMut<SurfaceRef> for Surface<'a>","synthetic":false,"types":["sdl2::surface::Surface"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()