[−][src]Struct rendy_memory::DynamicBlock
Memory block allocated from DynamicAllocator
Trait Implementations
impl<B> Block<B> for DynamicBlock<B> where
B: Backend,
[src][+]
B: Backend,
impl<B: Debug + Backend> Debug for DynamicBlock<B>
[src][+]
impl<B> Send for DynamicBlock<B> where
B: Backend,
[src]
B: Backend,
impl<B> Sync for DynamicBlock<B> where
B: Backend,
[src]
B: Backend,
Auto Trait Implementations
impl<B> RefUnwindSafe for DynamicBlock<B> where
<B as Backend>::Memory: RefUnwindSafe,
<B as Backend>::Memory: RefUnwindSafe,
impl<B> Unpin for DynamicBlock<B>
impl<B> UnwindSafe for DynamicBlock<B> where
<B as Backend>::Memory: RefUnwindSafe,
<B as Backend>::Memory: RefUnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,