Struct alsa_sys::snd_pcm_chmap_query
source · #[repr(C)]pub struct snd_pcm_chmap_query {
pub type_: snd_pcm_chmap_type,
pub map: snd_pcm_chmap_t,
}
Expand description
the header of array items returned from snd_pcm_query_chmaps()
Fields§
§type_: snd_pcm_chmap_type
< channel map type
map: snd_pcm_chmap_t
< available channel map
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for snd_pcm_chmap_query
impl Send for snd_pcm_chmap_query
impl Sync for snd_pcm_chmap_query
impl Unpin for snd_pcm_chmap_query
impl UnwindSafe for snd_pcm_chmap_query
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more