Enum gfx::format::R8_G8_B8_A8
[−]
[src]
pub enum R8_G8_B8_A8 {}pub enum R8_G8_B8_A8 {}impl SurfaceTyped for R8_G8_B8_A8type DataType = [u8; 4]fn get_surface_type() -> SurfaceTypeimpl BufferSurface for R8_G8_B8_A8impl TextureSurface for R8_G8_B8_A8impl RenderSurface for R8_G8_B8_A8impl Debug for R8_G8_B8_A8impl Clone for R8_G8_B8_A8fn clone(&self) -> R8_G8_B8_A8fn clone_from(&mut self, source: &Self)impl Copy for R8_G8_B8_A8impl Hash for R8_G8_B8_A8impl PartialOrd<R8_G8_B8_A8> for R8_G8_B8_A8fn partial_cmp(&self, __arg_0: &R8_G8_B8_A8) -> Option<Ordering>fn lt(&self, __arg_0: &R8_G8_B8_A8) -> boolfn le(&self, __arg_0: &R8_G8_B8_A8) -> boolfn gt(&self, __arg_0: &R8_G8_B8_A8) -> boolfn ge(&self, __arg_0: &R8_G8_B8_A8) -> boolimpl PartialEq<R8_G8_B8_A8> for R8_G8_B8_A8fn eq(&self, __arg_0: &R8_G8_B8_A8) -> boolfn ne(&self, __arg_0: &R8_G8_B8_A8) -> boolimpl Ord for R8_G8_B8_A8fn cmp(&self, __arg_0: &R8_G8_B8_A8) -> Orderingimpl Eq for R8_G8_B8_A8