Struct egui_video::AudioDeviceCallback
source · pub struct AudioDeviceCallback { /* private fields */ }
Expand description
Pipes audio samples to SDL2.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for AudioDeviceCallback
impl Send for AudioDeviceCallback
impl Sync for AudioDeviceCallback
impl Unpin for AudioDeviceCallback
impl !UnwindSafe for AudioDeviceCallback
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