pub struct StemSample {
pub value: f32,
pub byte_index: u64,
}Expand description
Sample of an individual stem
Fields§
§value: f32§byte_index: u64Trait Implementations§
Source§impl Clone for StemSample
impl Clone for StemSample
Source§fn clone(&self) -> StemSample
fn clone(&self) -> StemSample
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 moreimpl Copy for StemSample
Source§impl Debug for StemSample
impl Debug for StemSample
Source§impl Default for StemSample
impl Default for StemSample
Source§fn default() -> StemSample
fn default() -> StemSample
Returns the “default value” for a type. Read more
Source§impl PartialEq for StemSample
impl PartialEq for StemSample
impl StructuralPartialEq for StemSample
Auto Trait Implementations§
impl Freeze for StemSample
impl RefUnwindSafe for StemSample
impl Send for StemSample
impl Sync for StemSample
impl Unpin for StemSample
impl UnsafeUnpin for StemSample
impl UnwindSafe for StemSample
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