pub struct Hotkey {Show 19 fields
pub up: Vec<Bind>,
pub down: Vec<Bind>,
pub left: Vec<Bind>,
pub right: Vec<Bind>,
pub play_pause: Vec<Bind>,
pub volume_up: Vec<Bind>,
pub volume_down: Vec<Bind>,
pub next: Vec<Bind>,
pub previous: Vec<Bind>,
pub seek_forward: Vec<Bind>,
pub seek_backward: Vec<Bind>,
pub clear: Vec<Bind>,
pub delete: Vec<Bind>,
pub search: Vec<Bind>,
pub options: Vec<Bind>,
pub random: Vec<Bind>,
pub change_mode: Vec<Bind>,
pub refresh_database: Vec<Bind>,
pub quit: Vec<Bind>,
}Fields
up: Vec<Bind>down: Vec<Bind>left: Vec<Bind>right: Vec<Bind>play_pause: Vec<Bind>volume_up: Vec<Bind>volume_down: Vec<Bind>next: Vec<Bind>previous: Vec<Bind>seek_forward: Vec<Bind>seek_backward: Vec<Bind>clear: Vec<Bind>delete: Vec<Bind>search: Vec<Bind>options: Vec<Bind>random: Vec<Bind>change_mode: Vec<Bind>refresh_database: Vec<Bind>quit: Vec<Bind>Trait Implementations
sourceimpl<'de> Deserialize<'de> for Hotkey
impl<'de> Deserialize<'de> for Hotkey
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Hotkey
impl Send for Hotkey
impl Sync for Hotkey
impl Unpin for Hotkey
impl UnwindSafe for Hotkey
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<F, T> IntoSample<T> for F where
T: FromSample<F>,
impl<F, T> IntoSample<T> for F where
T: FromSample<F>,
fn into_sample(self) -> T
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more