Struct ratsat::alloc::RegionAllocator [] [src]

pub struct RegionAllocator<T: Copy> { /* fields omitted */ }

Methods

impl<T: Copy + Default> RegionAllocator<T>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<T: Debug + Copy> Debug for RegionAllocator<T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<T: Copy> Index<Ref<T>> for RegionAllocator<T>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T: Copy> IndexMut<Ref<T>> for RegionAllocator<T>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

Auto Trait Implementations

impl<T> Send for RegionAllocator<T> where
    T: Send

impl<T> Sync for RegionAllocator<T> where
    T: Sync