Struct libpulse_binding::context::ext_stream_restore::InfoInternal [] [src]

#[repr(C)]
pub struct InfoInternal { pub name: *const i8, pub channel_map: pa_channel_map, pub volume: pa_cvolume, pub device: *const i8, pub mute: i32, }

Fields

Trait Implementations

Auto Trait Implementations