[][src]Trait n5::ReinitDataBlock

pub trait ReinitDataBlock<T> {
    fn reinitialize(&mut self, header: BlockHeader);
fn reinitialize_with<B: DataBlock<T>>(&mut self, other: &B); }

Required methods

fn reinitialize(&mut self, header: BlockHeader)

fn reinitialize_with<B: DataBlock<T>>(&mut self, other: &B)

Loading content...

Implementors

impl<T: ReflectedType> ReinitDataBlock<T> for VecDataBlock<T>[src]

Loading content...