Struct alsa_sys::snd_pcm_chmap
source · #[repr(C)]pub struct snd_pcm_chmap {
pub channels: c_uint,
pub pos: __IncompleteArrayField<c_uint>,
}
Expand description
the channel map header
Fields§
§channels: c_uint
< number of channels
pos: __IncompleteArrayField<c_uint>
< channel position array
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for snd_pcm_chmap
impl Send for snd_pcm_chmap
impl Sync for snd_pcm_chmap
impl Unpin for snd_pcm_chmap
impl UnwindSafe for snd_pcm_chmap
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