struct IndexedInterval {
original_index: usize,
start: f64,
end: f64,
}Fields§
§original_index: usize§start: f64§end: f64Trait Implementations§
Source§impl Clone for IndexedInterval
impl Clone for IndexedInterval
Source§fn clone(&self) -> IndexedInterval
fn clone(&self) -> IndexedInterval
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 moreimpl Copy for IndexedInterval
Auto Trait Implementations§
impl Freeze for IndexedInterval
impl RefUnwindSafe for IndexedInterval
impl Send for IndexedInterval
impl Sync for IndexedInterval
impl Unpin for IndexedInterval
impl UnsafeUnpin for IndexedInterval
impl UnwindSafe for IndexedInterval
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