pub struct InlineTrackMixUpdate {
pub slot_index: usize,
pub level: f32,
pub pan: f32,
}Expand description
Request to update per-slot track mix settings inline during playback.
Fields§
§slot_index: usize§level: f32§pan: f32Trait Implementations§
Source§impl Clone for InlineTrackMixUpdate
impl Clone for InlineTrackMixUpdate
Source§fn clone(&self) -> InlineTrackMixUpdate
fn clone(&self) -> InlineTrackMixUpdate
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InlineTrackMixUpdate
impl Debug for InlineTrackMixUpdate
impl Copy for InlineTrackMixUpdate
Auto Trait Implementations§
impl Freeze for InlineTrackMixUpdate
impl RefUnwindSafe for InlineTrackMixUpdate
impl Send for InlineTrackMixUpdate
impl Sync for InlineTrackMixUpdate
impl Unpin for InlineTrackMixUpdate
impl UnsafeUnpin for InlineTrackMixUpdate
impl UnwindSafe for InlineTrackMixUpdate
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