pub enum HardtuneSource {
All,
Music,
Game,
LineIn,
}
Variants
All
Music
Game
LineIn
Trait Implementations
sourceimpl Clone for HardtuneSource
impl Clone for HardtuneSource
sourcefn clone(&self) -> HardtuneSource
fn clone(&self) -> HardtuneSource
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for HardtuneSource
impl Debug for HardtuneSource
sourceimpl Default for HardtuneSource
impl Default for HardtuneSource
sourceimpl Display for HardtuneSource
impl Display for HardtuneSource
sourceimpl FromStr for HardtuneSource
impl FromStr for HardtuneSource
sourceimpl PartialEq<HardtuneSource> for HardtuneSource
impl PartialEq<HardtuneSource> for HardtuneSource
sourceimpl TryFrom<&'_ str> for HardtuneSource
impl TryFrom<&'_ str> for HardtuneSource
impl Copy for HardtuneSource
impl StructuralPartialEq for HardtuneSource
Auto Trait Implementations
impl RefUnwindSafe for HardtuneSource
impl Send for HardtuneSource
impl Sync for HardtuneSource
impl Unpin for HardtuneSource
impl UnwindSafe for HardtuneSource
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
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