Struct amethyst_renderer::ImageData [−][src]
pub struct ImageData {
pub raw: Image<u8>,
}ImageData provided by formats, can be interpreted as a texture.
Fields
raw: Image<u8>
The raw image data.
Trait Implementations
impl Clone for ImageData[src]
impl Clone for ImageDatafn clone(&self) -> ImageData[src]
fn clone(&self) -> ImageDataReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ImageData[src]
impl Debug for ImageData