pub enum AudioConsumerEvent {
OnEndOfStream {},
}
Variants§
OnEndOfStream
Implementations§
Source§impl AudioConsumerEvent
impl AudioConsumerEvent
pub fn into_on_end_of_stream(self) -> Option<()>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AudioConsumerEvent
impl RefUnwindSafe for AudioConsumerEvent
impl Send for AudioConsumerEvent
impl Sync for AudioConsumerEvent
impl Unpin for AudioConsumerEvent
impl UnwindSafe for AudioConsumerEvent
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