Struct libpulse_sys::context::ext_stream_restore::pa_ext_stream_restore_info[][src]

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

Fields

name: *const c_charchannel_map: pa_channel_mapvolume: pa_cvolumedevice: *const c_charmute: i32

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.