Enum gdk_pixbuf_sys::GdkPixbufError
[−]
[src]
#[repr(C)]pub enum GdkPixbufError { CorruptImage, InsufficientMemory, BadOption, UnknownType, UnsupportedOperation, Failed, IncompleteAnimation, }
Variants
CorruptImageInsufficientMemoryBadOptionUnknownTypeUnsupportedOperationFailedIncompleteAnimationTrait Implementations
impl Clone for GdkPixbufError[src]
fn clone(&self) -> GdkPixbufError
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