pub struct FlatSamplesWriter<'samples> { /* private fields */ }
Expand description
A temporary writer for a predefined non-deep sample storage
Trait Implementations
sourceimpl<'samples> Clone for FlatSamplesWriter<'samples>
impl<'samples> Clone for FlatSamplesWriter<'samples>
sourcefn clone(&self) -> FlatSamplesWriter<'samples>
fn clone(&self) -> FlatSamplesWriter<'samples>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl<'samples> Debug for FlatSamplesWriter<'samples>
impl<'samples> Debug for FlatSamplesWriter<'samples>
sourceimpl<'samples> PartialEq<FlatSamplesWriter<'samples>> for FlatSamplesWriter<'samples>
impl<'samples> PartialEq<FlatSamplesWriter<'samples>> for FlatSamplesWriter<'samples>
sourcefn eq(&self, other: &FlatSamplesWriter<'samples>) -> bool
fn eq(&self, other: &FlatSamplesWriter<'samples>) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &FlatSamplesWriter<'samples>) -> bool
fn ne(&self, other: &FlatSamplesWriter<'samples>) -> bool
This method tests for !=
.
sourceimpl<'samples> SamplesWriter for FlatSamplesWriter<'samples>
impl<'samples> SamplesWriter for FlatSamplesWriter<'samples>
sourcefn extract_line(&self, line: LineRefMut<'_>)
fn extract_line(&self, line: LineRefMut<'_>)
Deliver a single short horizontal list of samples for a specific channel.
impl<'samples> Copy for FlatSamplesWriter<'samples>
impl<'samples> StructuralPartialEq for FlatSamplesWriter<'samples>
Auto Trait Implementations
impl<'samples> RefUnwindSafe for FlatSamplesWriter<'samples>
impl<'samples> Send for FlatSamplesWriter<'samples>
impl<'samples> Sync for FlatSamplesWriter<'samples>
impl<'samples> Unpin for FlatSamplesWriter<'samples>
impl<'samples> UnwindSafe for FlatSamplesWriter<'samples>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more