Enum gfx_core::format::R8_G8 [] [src]

pub enum R8_G8 {}

Trait Implementations

impl SurfaceTyped for R8_G8

type DataType = [u8; 2]

fn get_surface_type() -> SurfaceType

impl BufferSurface for R8_G8

impl TextureSurface for R8_G8

impl RenderSurface for R8_G8

Derived Implementations

impl Debug for R8_G8

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

impl Clone for R8_G8

fn clone(&self) -> R8_G8

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

impl Copy for R8_G8

impl Hash for R8_G8

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 R8_G8

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

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

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

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

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

impl PartialEq for R8_G8

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

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

impl Ord for R8_G8

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

impl Eq for R8_G8