Enum gfx_core::format::R16_G16 [] [src]

pub enum R16_G16 {}

Trait Implementations

impl SurfaceTyped for R16_G16

type DataType = [u16; 2]

fn get_surface_type() -> SurfaceType

impl BufferSurface for R16_G16

impl TextureSurface for R16_G16

impl RenderSurface for R16_G16

Derived Implementations

impl Debug for R16_G16

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for R16_G16

fn clone(&self) -> R16_G16

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for R16_G16

impl Hash for R16_G16

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

1.3.0fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl PartialOrd for R16_G16

fn partial_cmp(&self, __arg_0: &R16_G16) -> Option<Ordering>

fn lt(&self, __arg_0: &R16_G16) -> bool

fn le(&self, __arg_0: &R16_G16) -> bool

fn gt(&self, __arg_0: &R16_G16) -> bool

fn ge(&self, __arg_0: &R16_G16) -> bool

impl PartialEq for R16_G16

fn eq(&self, __arg_0: &R16_G16) -> bool

fn ne(&self, __arg_0: &R16_G16) -> bool

impl Ord for R16_G16

fn cmp(&self, __arg_0: &R16_G16) -> Ordering

impl Eq for R16_G16