Enum ppapi::imagedata::FormatExperimental [-]  [+] [src]

pub enum Format {
    BGRA,
    RGBA,
}

Variants

BGRA
RGBA

Methods

impl Format

fn to_ffi(&self) -> PP_ImageDataFormat

fn is_supported(&self) -> bool

Trait Implementations

Derived Implementations

impl Copy for Format

impl Clone for Format

fn clone(&self) -> Format

fn clone_from(&mut self, source: &Self)

impl<__S: Writer + Hasher> Hash<__S> for Format

fn hash(&self, __arg_0: &mut __S)

impl PartialEq for Format

fn eq(&self, __arg_0: &Format) -> bool

fn ne(&self, __arg_0: &Format) -> bool

impl Eq for Format

fn assert_receiver_is_total_eq(&self)