Struct ao::DriverInfo [-]  [+] [src]

pub struct DriverInfo {
    pub flavor: DriverType,
    pub name: &'static str,
    pub short_name: &'static str,
    pub comment: Option<&'static str>,
}

Properties and metadata for a driver.

Fields

flavor

Type of the driver (live or file).

name

Full name of driver.

May contain any single line of text.

short_name

Short name of driver.

This is the driver name used to refer to the driver when performing lookups. It contains only alphanumeric characters, and no whitespace.

comment

A driver-specified comment.

Trait Implementations

impl Copy for DriverInfo

Derived Implementations

impl Debug for DriverInfo

fn fmt(&self, __arg_0: &mut Formatter) -> Result