pub struct BusId(/* private fields */);Expand description
Handle to a bus in a Mixer — an input group or an FX/return bus. The
master bus is always BusId::MASTER. The handle’s value is the bus’s index
in the mixer, so it is stable for the mixer’s life.
Implementations§
Trait Implementations§
impl Copy for BusId
impl Eq for BusId
impl StructuralPartialEq for BusId
Auto Trait Implementations§
impl Freeze for BusId
impl RefUnwindSafe for BusId
impl Send for BusId
impl Sync for BusId
impl Unpin for BusId
impl UnsafeUnpin for BusId
impl UnwindSafe for BusId
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