Struct ggez::graphics::ImageGeneric[][src]

pub struct ImageGeneric<R> where
    R: Resources, 
{ /* fields omitted */ }

Generic in-GPU-memory image data available to be drawn on the screen.

Trait Implementations

impl<R: Clone> Clone for ImageGeneric<R> where
    R: Resources, 
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<R> Send for ImageGeneric<R> where
    <R as Resources>::Buffer: Send + Sync,
    <R as Resources>::Mapping: Send,
    <R as Resources>::ShaderResourceView: Send + Sync,
    <R as Resources>::Texture: Send + Sync

impl<R> Sync for ImageGeneric<R> where
    <R as Resources>::Buffer: Send + Sync,
    <R as Resources>::Mapping: Send,
    <R as Resources>::ShaderResourceView: Send + Sync,
    <R as Resources>::Texture: Send + Sync