Struct libpulse_binding::context::introspect::CardInfoInternal [] [src]

#[repr(C)]
pub struct CardInfoInternal { pub index: u32, pub name: *const i8, pub owner_module: u32, pub driver: *const i8, pub n_profiles: u32, pub profiles: *mut pa_card_profile_info, pub active_profile: *mut pa_card_profile_info, pub proplist: *mut pa_proplist, pub n_ports: u32, pub ports: *mut *mut pa_card_port_info, pub profiles2: *mut *mut pa_card_profile_info2, pub active_profile2: *mut pa_card_profile_info2, }

Fields

Deprecated
Deprecated

Trait Implementations

impl From<CardInfo> for CardInfoInternal
[src]

[src]

Performs the conversion.

impl From<CardInfoInternal> for CardInfo
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for pa_card_info

impl !Sync for pa_card_info