Enum ppapi::imagedata::FormatExperimental
[-]
[+]
[src]
pub enum Format {
BGRA,
RGBA,
}Variants
BGRA | |
RGBA |
pub enum Format {
BGRA,
RGBA,
}BGRA | |
RGBA |
impl Formatfn to_ffi(&self) -> PP_ImageDataFormatfn is_supported(&self) -> boolimpl Copy for Formatimpl Clone for Formatfn clone(&self) -> Formatfn clone_from(&mut self, source: &Self)impl<__S: Writer + Hasher> Hash<__S> for Formatfn hash(&self, __arg_0: &mut __S)impl PartialEq for Formatimpl Eq for Formatfn 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).