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

#[repr(C)]
pub struct SourcePortInfoInternal { pub name: *const i8, pub description: *const i8, pub priority: u32, pub available: i32, }

Fields

Trait Implementations

impl From<SourcePortInfo> for SourcePortInfoInternal
[src]

[src]

Performs the conversion.

impl From<SourcePortInfoInternal> for SourcePortInfo
[src]

[src]

Performs the conversion.

Auto Trait Implementations