Struct divans::slice_util::StackAllocator[][src]

pub struct StackAllocator<'a, T, U> where
    T: 'a,
    U: AllocatedSlice<&'a mut [T]>, 
{ pub nop: &'a mut [T], pub system_resources: U, pub free_list_start: usize, pub free_list_overflow_count: usize, pub initialize: fn(&mut [T]), }

Fields

Trait Implementations

impl<'a, T, U> Allocator<T> for StackAllocator<'a, T, U> where
    T: 'a,
    U: AllocatedSlice<&'a mut [T]>, 
[src]

Auto Trait Implementations

impl<'a, T, U> Send for StackAllocator<'a, T, U> where
    T: Send,
    U: Send

impl<'a, T, U> Sync for StackAllocator<'a, T, U> where
    T: Sync,
    U: Sync