[][src]Trait mutiny::renderer::memory::AllocatorFlags

pub trait AllocatorFlags {
    fn static_flags() -> u32;
fn dynamic_flags() -> u32; }

Required Methods

Implementors

impl<T> AllocatorFlags for Allocator<T, SharedBuffer<u8>>
[src]

impl<T> AllocatorFlags for Allocator<T, SharedBufferStorage<u8>>
[src]