pub struct Packing16bit;Expand description
Indicates 16bit audio words packed into a single 32bit FIFO word
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Packing16bit
impl RefUnwindSafe for Packing16bit
impl Send for Packing16bit
impl Sync for Packing16bit
impl Unpin for Packing16bit
impl UnwindSafe for Packing16bit
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