pub struct BusRange { /* private fields */ }Expand description
Per-bus channel range into the buffer’s flat channel arrays.
Format wrappers construct slices of these and hand them to
AudioBuffer::new; plugin code does not need to look at
them directly (use AudioBuffer::bus_inputs /
AudioBuffer::bus_outputs).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BusRange
impl RefUnwindSafe for BusRange
impl Send for BusRange
impl Sync for BusRange
impl Unpin for BusRange
impl UnsafeUnpin for BusRange
impl UnwindSafe for BusRange
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