Enum gfx::format::R4_G4 [] [src]

pub enum R4_G4 {}

Trait Implementations

impl SurfaceTyped for R4_G4

type DataType = u8

fn get_surface_type() -> SurfaceType

impl TextureSurface for R4_G4

impl RenderSurface for R4_G4

Derived Implementations

impl Debug for R4_G4

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

impl Clone for R4_G4

fn clone(&self) -> R4_G4

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

impl Copy for R4_G4

impl Hash for R4_G4

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

impl PartialOrd<R4_G4> for R4_G4

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

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

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

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

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

impl PartialEq<R4_G4> for R4_G4

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

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

impl Ord for R4_G4

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

impl Eq for R4_G4