pub struct SampleLoop {
pub start_seconds: f64,
pub end_seconds: f64,
}Fields§
§start_seconds: f64§end_seconds: f64Trait Implementations§
Source§impl Clone for SampleLoop
impl Clone for SampleLoop
Source§fn clone(&self) -> SampleLoop
fn clone(&self) -> SampleLoop
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 SampleLoop
impl Debug for SampleLoop
Source§impl PartialEq for SampleLoop
impl PartialEq for SampleLoop
Source§fn eq(&self, other: &SampleLoop) -> bool
fn eq(&self, other: &SampleLoop) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SampleLoop
Auto Trait Implementations§
impl Freeze for SampleLoop
impl RefUnwindSafe for SampleLoop
impl Send for SampleLoop
impl Sync for SampleLoop
impl Unpin for SampleLoop
impl UnsafeUnpin for SampleLoop
impl UnwindSafe for SampleLoop
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