Struct alsa::device_name::Hint
[−]
[src]
pub struct Hint { pub name: Option<String>, pub desc: Option<String>, pub direction: Option<Direction>, }
snd_device_name_get_hint wrapper
Fields
name: Option<String>
desc: Option<String>
direction: Option<Direction>
Trait Implementations
impl Debug for Hint
[src]
impl Clone for Hint
[src]
fn clone(&self) -> Hint
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