Enum gfx_core::format::R5_G5_B5_A1
[−]
[src]
pub enum R5_G5_B5_A1 {}pub enum R5_G5_B5_A1 {}impl SurfaceTyped for R5_G5_B5_A1type DataType = u16fn get_surface_type() -> SurfaceTypeimpl TextureSurface for R5_G5_B5_A1impl RenderSurface for R5_G5_B5_A1impl Debug for R5_G5_B5_A1impl Clone for R5_G5_B5_A1fn clone(&self) -> R5_G5_B5_A1fn clone_from(&mut self, source: &Self)impl Copy for R5_G5_B5_A1impl Hash for R5_G5_B5_A1fn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl PartialOrd for R5_G5_B5_A1fn partial_cmp(&self, __arg_0: &R5_G5_B5_A1) -> Option<Ordering>fn lt(&self, __arg_0: &R5_G5_B5_A1) -> boolfn le(&self, __arg_0: &R5_G5_B5_A1) -> boolfn gt(&self, __arg_0: &R5_G5_B5_A1) -> boolfn ge(&self, __arg_0: &R5_G5_B5_A1) -> boolimpl PartialEq for R5_G5_B5_A1fn eq(&self, __arg_0: &R5_G5_B5_A1) -> boolfn ne(&self, __arg_0: &R5_G5_B5_A1) -> boolimpl Ord for R5_G5_B5_A1fn cmp(&self, __arg_0: &R5_G5_B5_A1) -> Orderingimpl Eq for R5_G5_B5_A1