Enum webrender_api::ImageData[][src]

pub enum ImageData {
    Raw(Arc<Vec<u8>>),
    Blob(Arc<BlobImageData>),
    External(ExternalImageData),
}

Variants

Methods

impl ImageData
[src]

Trait Implementations

impl Clone for ImageData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ImageData
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ImageData

impl Sync for ImageData