Enum gfx::render::BlitError
[−]
[src]
pub enum BlitError {
SourcePlanesMissing(Mask),
DestinationPlanesMissing(Mask),
}An error occuring in surface blits.
Variants
SourcePlanesMissing(Mask)The source doesn't have some of the requested planes.
DestinationPlanesMissing(Mask)The destination doesn't have some of the requested planes.
Trait Implementations
impl PartialEq for BlitError[src]
fn eq(&self, __arg_0: &BlitError) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &BlitError) -> bool
This method tests for !=.
impl Debug for BlitError[src]
impl Clone for BlitError[src]
fn clone(&self) -> BlitError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more