Trait mzdata::peaks::coordinate::IndexedCoordinate[][src]

pub trait IndexedCoordinate<T>: CoordinateLike<T> {
    fn get_index(&self) -> u32;
fn set_index(&mut self, index: u32); }

Required methods

Implementors