Enum ppapi::imagedata::FormatExperimental
[-]
[+]
[src]
pub enum Format { BGRA, RGBA, }
Variants
BGRA | |
RGBA |
pub enum Format { BGRA, RGBA, }
BGRA | |
RGBA |
impl Format
fn to_ffi(&self) -> PP_ImageDataFormat
fn is_supported(&self) -> bool
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
impl Eq for Format
fn assert_receiver_is_total_eq(&self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).