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