[][src]Trait qmc::memory::allocator::Reset

pub trait Reset {
    fn reset(&mut self);
}

Reset an instance while preserving its memory.

Required methods

fn reset(&mut self)

Reset the instance, keep the memory location.

Loading content...

Implementations on Foreign Types

impl<T> Reset for Vec<T>[src]

Loading content...

Implementors

impl<T: Clone + Into<usize>> Reset for BondContainer<T>[src]

Loading content...