Enum pnmixerlib::support_audio::VolDir
[−]
[src]
pub enum VolDir {
Up,
Down,
Unknown,
}The direction of a volume change.
Variants
UpDownUnknownTrait Implementations
impl Clone for VolDir[src]
fn clone(&self) -> VolDir
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more