pub struct Union { /* private fields */ }
Expand description
The Union
module holds a vector of oscillators and plays one based on the
active tag. The level
field is used to set the volume of whichever signal
is playing.
Implementations§
Trait Implementations§
Source§impl Builder for Union
impl Builder for Union
Auto Trait Implementations§
impl Freeze for Union
impl RefUnwindSafe for Union
impl Send for Union
impl Sync for Union
impl Unpin for Union
impl UnwindSafe for Union
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