Struct libpulse_sys::context::introspect::pa_card_profile_info[][src]

#[repr(C)]
pub struct pa_card_profile_info { pub name: *const c_char, pub description: *const c_char, pub n_sinks: u32, pub n_sources: u32, pub priority: u32, }

Fields

name: *const c_char

Name of this profile.

description: *const c_char

Description of this profile.

n_sinks: u32

Number of sinks this profile would create.

n_sources: u32

Number of sources this profile would create.

priority: u32

The higher this value is, the more useful this profile is as a default.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.