Enum gfx_core::format::R8_G8  
            
                [−]
            
        [src]
pub enum R8_G8 {}pub enum R8_G8 {}impl SurfaceTyped for R8_G8type DataType = [u8; 2]fn get_surface_type() -> SurfaceTypeimpl BufferSurface for R8_G8impl TextureSurface for R8_G8impl RenderSurface for R8_G8impl Debug for R8_G8impl Clone for R8_G8fn clone(&self) -> R8_G8fn clone_from(&mut self, source: &Self)impl Copy for R8_G8impl Hash for R8_G8fn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl PartialOrd for R8_G8fn partial_cmp(&self, __arg_0: &R8_G8) -> Option<Ordering>fn lt(&self, __arg_0: &R8_G8) -> boolfn le(&self, __arg_0: &R8_G8) -> boolfn gt(&self, __arg_0: &R8_G8) -> boolfn ge(&self, __arg_0: &R8_G8) -> boolimpl PartialEq for R8_G8impl Ord for R8_G8impl Eq for R8_G8