pub struct SampleEnvelope {
pub points: Vec<(f64, f32)>,
}Fields§
§points: Vec<(f64, f32)>Trait Implementations§
Source§impl Clone for SampleEnvelope
impl Clone for SampleEnvelope
Source§fn clone(&self) -> SampleEnvelope
fn clone(&self) -> SampleEnvelope
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SampleEnvelope
impl Debug for SampleEnvelope
Source§impl PartialEq for SampleEnvelope
impl PartialEq for SampleEnvelope
Source§fn eq(&self, other: &SampleEnvelope) -> bool
fn eq(&self, other: &SampleEnvelope) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SampleEnvelope
Auto Trait Implementations§
impl Freeze for SampleEnvelope
impl RefUnwindSafe for SampleEnvelope
impl Send for SampleEnvelope
impl Sync for SampleEnvelope
impl Unpin for SampleEnvelope
impl UnsafeUnpin for SampleEnvelope
impl UnwindSafe for SampleEnvelope
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