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

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

Reset an instance while preserving its util.

Required methods

pub fn reset(&mut self)[src]

Reset the instance, keep the util 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...