pub enum ToUIDisplayMsg {
DisplayAudio {
voice: usize,
buffer: AudioBuffer,
active: bool,
},
VoiceOff {
voice: usize,
},
OutOfBuffers,
}Variants§
Auto Trait Implementations§
impl Freeze for ToUIDisplayMsg
impl RefUnwindSafe for ToUIDisplayMsg
impl Send for ToUIDisplayMsg
impl Sync for ToUIDisplayMsg
impl Unpin for ToUIDisplayMsg
impl UnwindSafe for ToUIDisplayMsg
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