[−][src]Struct rendy_memory::DedicatedBlock
Memory block allocated from DedicatedAllocator
Methods
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,
fn properties(&self) -> Properties
[src]
fn memory(&self) -> &B::Memory
[src]
fn range(&self) -> Range<u64>
[src]
fn map<'a>(
&'a mut self,
device: &B::Device,
range: Range<u64>
) -> Result<MappedRange<'a, B>, Error>
[src]
&'a mut self,
device: &B::Device,
range: Range<u64>
) -> Result<MappedRange<'a, B>, Error>
fn unmap(&mut self, device: &B::Device)
[src]
fn size(&self) -> u64
[src]
Get size of the block.
impl<B> Sync for DedicatedBlock<B> where
B: Backend,
[src]
B: Backend,
impl<B> Send for DedicatedBlock<B> where
B: Backend,
[src]
B: Backend,
impl<B: Debug + Backend> Debug for DedicatedBlock<B>
[src]
Auto Trait Implementations
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,
impl<B> RefUnwindSafe for DedicatedBlock<B> where
<B as Backend>::Memory: RefUnwindSafe,
<B as Backend>::Memory: RefUnwindSafe,
Blanket Implementations
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>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,