pub struct AutomationPoint {
pub sample: usize,
pub value: f32,
}Fields§
§sample: usizeSample position in the current render block.
value: f32Trait Implementations§
Source§impl Clone for AutomationPoint
impl Clone for AutomationPoint
Source§fn clone(&self) -> AutomationPoint
fn clone(&self) -> AutomationPoint
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 AutomationPoint
impl Debug for AutomationPoint
impl Copy for AutomationPoint
Auto Trait Implementations§
impl Freeze for AutomationPoint
impl RefUnwindSafe for AutomationPoint
impl Send for AutomationPoint
impl Sync for AutomationPoint
impl Unpin for AutomationPoint
impl UnsafeUnpin for AutomationPoint
impl UnwindSafe for AutomationPoint
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