Struct lsynth::ChipGenerationData
source · [−]Expand description
Data returned by the generate function of ChipState.
Fields
generated: usize
How many samples were generated.
remaining_samples: usize
How many samples were left in the tick when generation stopped.
Auto Trait Implementations
impl RefUnwindSafe for ChipGenerationData
impl Send for ChipGenerationData
impl Sync for ChipGenerationData
impl Unpin for ChipGenerationData
impl UnwindSafe for ChipGenerationData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more