Struct libpulse_sys::context::ext_device_restore::pa_ext_device_restore_info[][src]

#[repr(C)]
pub struct pa_ext_device_restore_info { pub dtype: pa_device_type_t, pub index: u32, pub n_formats: u8, pub formats: *mut *mut pa_format_info, }

Fields

dtype: pa_device_type_tindex: u32n_formats: u8formats: *mut *mut pa_format_info

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.