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
name: *const i8
description: *const i8
priority: u32
available: i32
Trait Implementations
impl From<SourcePortInfo> for SourcePortInfoInternal
[src]
fn from(p: SourcePortInfo) -> Self
[src]
Performs the conversion.
impl From<SourcePortInfoInternal> for SourcePortInfo
[src]
fn from(p: SourcePortInfoInternal) -> Self
[src]
Performs the conversion.