pub enum SoundCoreOrVolumeEvent {
SoundCore(SoundCoreEvent),
Volume(VolumeNotification),
}Expand description
Either a SoundCoreEvent or a VolumeNotification.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SoundCoreOrVolumeEvent
impl RefUnwindSafe for SoundCoreOrVolumeEvent
impl !Send for SoundCoreOrVolumeEvent
impl !Sync for SoundCoreOrVolumeEvent
impl Unpin for SoundCoreOrVolumeEvent
impl UnwindSafe for SoundCoreOrVolumeEvent
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