Enum gfx_core::format::R4_G4_B4_A4 [] [src]

pub enum R4_G4_B4_A4 {}

Trait Implementations

impl SurfaceTyped for R4_G4_B4_A4

type DataType = u16

fn get_surface_type() -> SurfaceType

impl TextureSurface for R4_G4_B4_A4

impl RenderSurface for R4_G4_B4_A4

Derived Implementations

impl Debug for R4_G4_B4_A4

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

impl Clone for R4_G4_B4_A4

fn clone(&self) -> R4_G4_B4_A4

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

impl Copy for R4_G4_B4_A4

impl Hash for R4_G4_B4_A4

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 R4_G4_B4_A4

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

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

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

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

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

impl PartialEq for R4_G4_B4_A4

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

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

impl Ord for R4_G4_B4_A4

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

impl Eq for R4_G4_B4_A4