pub struct Sdl2MixerContext;Expand description
Context manager for sdl2_mixer to manage init and quit
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sdl2MixerContext
impl RefUnwindSafe for Sdl2MixerContext
impl Send for Sdl2MixerContext
impl Sync for Sdl2MixerContext
impl Unpin for Sdl2MixerContext
impl UnwindSafe for Sdl2MixerContext
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