pub struct Mixed(/* private fields */);Expand description
Handle to a signal playing in a Mixer
Implementations§
Auto Trait Implementations§
impl Freeze for Mixed
impl RefUnwindSafe for Mixed
impl Send for Mixed
impl Sync for Mixed
impl Unpin for Mixed
impl UnwindSafe for Mixed
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