pub enum AudioBus {
Effects,
Music,
}Expand description
The two mix buses every app gets, so “sound on” and “music on” are one call each rather than bookkeeping over individual voices.
Variants§
Implementations§
Trait Implementations§
impl Copy for AudioBus
impl Eq for AudioBus
impl StructuralPartialEq for AudioBus
Auto Trait Implementations§
impl Freeze for AudioBus
impl RefUnwindSafe for AudioBus
impl Send for AudioBus
impl Sync for AudioBus
impl Unpin for AudioBus
impl UnsafeUnpin for AudioBus
impl UnwindSafe for AudioBus
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