pub struct ExtSetBpmAndPlayRateArgs {
pub tempo: Option<Bpm>,
pub play_rate: Option<PlaybackSpeedFactor>,
}Fields§
§tempo: Option<Bpm>§play_rate: Option<PlaybackSpeedFactor>Trait Implementations§
Source§impl Clone for ExtSetBpmAndPlayRateArgs
impl Clone for ExtSetBpmAndPlayRateArgs
Source§fn clone(&self) -> ExtSetBpmAndPlayRateArgs
fn clone(&self) -> ExtSetBpmAndPlayRateArgs
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 ExtSetBpmAndPlayRateArgs
impl Debug for ExtSetBpmAndPlayRateArgs
Source§impl PartialEq for ExtSetBpmAndPlayRateArgs
impl PartialEq for ExtSetBpmAndPlayRateArgs
impl Copy for ExtSetBpmAndPlayRateArgs
impl StructuralPartialEq for ExtSetBpmAndPlayRateArgs
Auto Trait Implementations§
impl Freeze for ExtSetBpmAndPlayRateArgs
impl RefUnwindSafe for ExtSetBpmAndPlayRateArgs
impl Send for ExtSetBpmAndPlayRateArgs
impl Sync for ExtSetBpmAndPlayRateArgs
impl Unpin for ExtSetBpmAndPlayRateArgs
impl UnwindSafe for ExtSetBpmAndPlayRateArgs
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