[−][src]Struct rendy_memory::DedicatedBlock
Memory block allocated from DedicatedAllocator
Implementations
impl<B> DedicatedBlock<B> where
B: Backend,
[src][−]
B: Backend,
pub fn unwrap_memory(self) -> Memory<B>
[src][−]
Get inner memory. Panics if mapped.
pub fn from_memory(memory: Memory<B>) -> Self
[src][−]
Make unmapped block.
Trait Implementations
impl<B> Block<B> for DedicatedBlock<B> where
B: Backend,
[src][+]
B: Backend,
impl<B: Debug + Backend> Debug for DedicatedBlock<B>
[src][+]
impl<B> Send for DedicatedBlock<B> where
B: Backend,
[src]
B: Backend,
impl<B> Sync for DedicatedBlock<B> where
B: Backend,
[src]
B: Backend,
Auto Trait Implementations
impl<B> RefUnwindSafe for DedicatedBlock<B> where
<B as Backend>::Memory: RefUnwindSafe,
<B as Backend>::Memory: RefUnwindSafe,
impl<B> Unpin for DedicatedBlock<B> where
<B as Backend>::Memory: Unpin,
<B as Backend>::Memory: Unpin,
impl<B> UnwindSafe for DedicatedBlock<B> where
<B as Backend>::Memory: UnwindSafe,
<B as Backend>::Memory: UnwindSafe,
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>,