pub struct Downmix;
Trait Implementations§
Source§impl ReadableParameterIndex<DownmixType> for Downmix
impl ReadableParameterIndex<DownmixType> for Downmix
Source§impl WritableParameterIndex<DownmixType> for Downmix
impl WritableParameterIndex<DownmixType> for Downmix
impl Copy for Downmix
Auto Trait Implementations§
impl Freeze for Downmix
impl RefUnwindSafe for Downmix
impl Send for Downmix
impl Sync for Downmix
impl Unpin for Downmix
impl UnwindSafe for Downmix
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