Enum gdk_pixbuf::PixbufAlphaMode [] [src]

#[repr(C)]
pub enum PixbufAlphaMode { Bilevel, Full, }

Variants

Trait Implementations

impl Copy for GdkPixbufAlphaMode
[src]

impl Eq for GdkPixbufAlphaMode
[src]

impl PartialEq<GdkPixbufAlphaMode> for GdkPixbufAlphaMode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for GdkPixbufAlphaMode
[src]

Formats the value using the given formatter.

impl Clone for GdkPixbufAlphaMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more