[−][src]Trait heaparray::LabelledArray
Array with an optional label struct stored next to the data.
Required methods
fn get_label(&self) -> &L
Get immutable access to the label.
fn get_label_mut(&mut self) -> &mut L
Get mutable reference to the label.
Implementors
impl<'a, E, L> LabelledArray<E, L> for FatPtrArray<'a, E, L>[src]
fn get_label(&self) -> &L[src]
Get a reference to the label of the array.
fn get_label_mut(&mut self) -> &mut L[src]
Get a mutable reference to the label of the array.