pub struct StackAllocator<'a, 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]),
}
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.