[][src]Struct mutiny::renderer::allocator::Allocator

pub struct Allocator<B = SharedBufferStorage<u8>> { /* fields omitted */ }

Methods

impl Allocator<SharedBufferStorage<u8>>
[src]

impl Allocator<SharedBuffer<u8>>
[src]

impl<B> Allocator<B> where
    B: BufferRange<u8> + Clone + WithBackend + WithBackendMut + MapRange<u8>,
    Self: InternalCreation<B>, 
[src]

Trait Implementations

impl InternalCreation<SharedBufferStorage<u8>> for Allocator<SharedBufferStorage<u8>>
[src]

impl InternalCreation<SharedBuffer<u8>> for Allocator<SharedBuffer<u8>>
[src]

impl Updater for Allocator<SharedBufferStorage<u8>>
[src]

impl Updater for Allocator<SharedBuffer<u8>>
[src]

Auto Trait Implementations

impl<B> Send for Allocator<B> where
    B: Send

impl<B> Sync for Allocator<B> where
    B: Sync

Blanket Implementations

impl<B, I> Creation for I where
    I: InternalCreation<B>, 
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: Any
[src]

impl<T> SetParameter for T
[src]

Sets value as a parameter of self.

impl<T> Same for T
[src]

Should always be Self

impl<SS, SP> SupersetOf for SP where
    SS: SubsetOf<SP>, 
[src]

impl<V> IntoVec for V
[src]

impl<V> IntoPnt for V
[src]

impl<B, P> IntoControlBuilder for P where
    B: BuilderFromProperty<P>, 
[src]

impl<T, U> IntoDuration for T where
    U: FromDuration<T>, 
[src]