Enum gfx::format::R8 [] [src]

pub enum R8 {}

Trait Implementations

impl SurfaceTyped for R8

type DataType = u8

fn get_surface_type() -> SurfaceType

impl BufferSurface for R8

impl TextureSurface for R8

impl RenderSurface for R8

Derived Implementations

impl Debug for R8

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

impl Clone for R8

fn clone(&self) -> R8

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

impl Copy for R8

impl Hash for R8

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

impl PartialOrd<R8> for R8

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

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

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

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

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

impl PartialEq<R8> for R8

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

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

impl Ord for R8

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

impl Eq for R8