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

pub struct Allocator<T, B> { /* fields omitted */ }

Methods

impl<T, B> Allocator<T, B>
[src]

impl<T, B> Allocator<T, B> where
    T: 'static + Clone + VertexFormat,
    Allocator<B>: InternalCreation<B> + Creation<B> + Updater,
    B: 'static + Clone + BufferExt<u8> + Cast<IndexT>,
    <B as Cast<IndexT>>::CastTo: 'static + BufferRangeMut<IndexT> + Clone,
    Self: AllocatorFlags
[src]

Trait Implementations

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

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

Auto Trait Implementations

impl<T, B> !Send for Allocator<T, B>

impl<T, B> !Sync for Allocator<T, B>

Blanket Implementations

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]