Enum gfx_core::format::R32_G32_B32_A32 [] [src]

pub enum R32_G32_B32_A32 {}

Trait Implementations

impl SurfaceTyped for R32_G32_B32_A32

type DataType = [u32; 4]

fn get_surface_type() -> SurfaceType

impl BufferSurface for R32_G32_B32_A32

impl TextureSurface for R32_G32_B32_A32

impl RenderSurface for R32_G32_B32_A32

Derived Implementations

impl Debug for R32_G32_B32_A32

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

impl Clone for R32_G32_B32_A32

fn clone(&self) -> R32_G32_B32_A32

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

impl Copy for R32_G32_B32_A32

impl Hash for R32_G32_B32_A32

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 R32_G32_B32_A32

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

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

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

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

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

impl PartialEq for R32_G32_B32_A32

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

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

impl Ord for R32_G32_B32_A32

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

impl Eq for R32_G32_B32_A32