Enum webrender_api::BlobImageError [] [src]

pub enum BlobImageError {
    Oom,
    InvalidKey,
    InvalidData,
    Other(String),
}

Variants

Trait Implementations

impl Clone for BlobImageError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for BlobImageError
[src]

[src]

Formats the value using the given formatter. Read more