[−][src]Struct rendy_memory::LinearBlock
Memory block allocated from LinearAllocator
Trait Implementations
impl<B> Block<B> for LinearBlock<B> where
B: Backend,
[src][+]
B: Backend,
impl<B> Debug for LinearBlock<B> where
B: Backend,
[src][+]
B: Backend,
impl<B> Send for LinearBlock<B> where
B: Backend,
[src]
B: Backend,
impl<B> Sync for LinearBlock<B> where
B: Backend,
[src]
B: Backend,
Auto Trait Implementations
impl<B> RefUnwindSafe for LinearBlock<B> where
<B as Backend>::Memory: RefUnwindSafe,
<B as Backend>::Memory: RefUnwindSafe,
impl<B> Unpin for LinearBlock<B>
impl<B> UnwindSafe for LinearBlock<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>,