pub struct StepDef {
pub duration: f64,
}Expand description
Serializable step for AutomatonDef::Sequencer.
Fields§
§duration: f64Duration in beat fractions (1.0 = quarter note at the given tempo).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StepDef
impl RefUnwindSafe for StepDef
impl Send for StepDef
impl Sync for StepDef
impl Unpin for StepDef
impl UnsafeUnpin for StepDef
impl UnwindSafe for StepDef
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