pub enum SoundIcon {
Speaker,
Mic,
}Expand description
Icon name for sound annotations.
Variants§
Implementations§
Trait Implementations§
impl Copy for SoundIcon
impl Eq for SoundIcon
impl StructuralPartialEq for SoundIcon
Auto Trait Implementations§
impl Freeze for SoundIcon
impl RefUnwindSafe for SoundIcon
impl Send for SoundIcon
impl Sync for SoundIcon
impl Unpin for SoundIcon
impl UnwindSafe for SoundIcon
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