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