pub struct MixBus {
pub deck_keys: [Option<u8>; 4],
pub deck_bpm: [f64; 4],
pub vocal_collision: bool,
pub vocal_energy: f32,
}Expand description
Stub: mix bus (engine binding).
Fields§
§deck_keys: [Option<u8>; 4]§deck_bpm: [f64; 4]§vocal_collision: bool§vocal_energy: f32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MixBus
impl RefUnwindSafe for MixBus
impl Send for MixBus
impl Sync for MixBus
impl Unpin for MixBus
impl UnsafeUnpin for MixBus
impl UnwindSafe for MixBus
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