Struct libpulse_binding::context::ext_device_restore::Info[][src]

pub struct Info {
    pub dtype: Device,
    pub index: u32,
    pub formats: Vec<Info>,
}

Stores information about one device in the device database that is maintained by module-device-manager.

Fields

Device type sink or source?

The device index.

A set of formats.

Trait Implementations

impl Debug for Info
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Info

impl !Sync for Info