[][src]Struct rendy::memory::MemoryBlock

pub struct MemoryBlock<B> where
    B: Backend
{ /* fields omitted */ }

Memory block allocated from Heaps.

Methods

impl<B> MemoryBlock<B> where
    B: Backend
[src]

pub fn memory_type(&self) -> u32[src]

Get memory type id.

Trait Implementations

impl<B> Block<B> for MemoryBlock<B> where
    B: Backend
[src]

impl<B> Debug for MemoryBlock<B> where
    B: Debug + Backend
[src]

Auto Trait Implementations

impl<B> Send for MemoryBlock<B>

impl<B> Sync for MemoryBlock<B>

impl<B> Unpin for MemoryBlock<B> where
    <B as Backend>::Memory: Unpin

impl<B> UnwindSafe for MemoryBlock<B> where
    <B as Backend>::Memory: RefUnwindSafe + UnwindSafe

impl<B> RefUnwindSafe for MemoryBlock<B> where
    <B as Backend>::Memory: RefUnwindSafe

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> SetParameter for T

impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
    D: AdaptFrom<S, Swp, Dwp, T>,
    Dwp: WhitePoint,
    Swp: WhitePoint,
    T: Component + Float
[src]