pub enum MediaKey {
Show 13 variants
Play,
Pause,
PlayPause,
Reverse,
Stop,
FastForward,
Rewind,
NextTrack,
PreviousTrack,
Record,
LowerVolume,
RaiseVolume,
MuteVolume,
}
Expand description
A media key.
Variants§
Play
Pause
PlayPause
Reverse
Stop
FastForward
Rewind
NextTrack
PreviousTrack
Record
LowerVolume
RaiseVolume
MuteVolume
Implementations§
Trait Implementations§
impl Copy for MediaKey
impl Eq for MediaKey
impl StructuralPartialEq for MediaKey
Auto Trait Implementations§
impl Freeze for MediaKey
impl RefUnwindSafe for MediaKey
impl Send for MediaKey
impl Sync for MediaKey
impl Unpin for MediaKey
impl UnwindSafe for MediaKey
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