pub struct Chmap(/* private fields */);
Expand description
snd_pcm_chmap_t wrapper
Trait Implementations§
source§impl<'a> From<&'a [ChmapPosition]> for Chmap
impl<'a> From<&'a [ChmapPosition]> for Chmap
source§fn from(a: &'a [ChmapPosition]) -> Chmap
fn from(a: &'a [ChmapPosition]) -> Chmap
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for Chmap
impl !Send for Chmap
impl !Sync for Chmap
impl Unpin for Chmap
impl UnwindSafe for 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