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