#[repr(C)]pub struct pa_channel_map {
pub channels: u8,
pub map: [i32; 32],
}Fields§
§channels: u8§map: [i32; 32]Trait Implementations§
Source§impl Clone for pa_channel_map
impl Clone for pa_channel_map
Source§fn clone(&self) -> pa_channel_map
fn clone(&self) -> pa_channel_map
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for pa_channel_map
impl Debug for pa_channel_map
impl Copy for pa_channel_map
Auto Trait Implementations§
impl Freeze for pa_channel_map
impl RefUnwindSafe for pa_channel_map
impl Send for pa_channel_map
impl Sync for pa_channel_map
impl Unpin for pa_channel_map
impl UnwindSafe for pa_channel_map
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