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

Trait Implementations

impl Debug for Hint
[src]

Formats the value using the given formatter.

impl Clone for Hint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more