Enum gfx_core::format::R16 [] [src]

pub enum R16 {}

Trait Implementations

impl SurfaceTyped for R16

type DataType = u16

fn get_surface_type() -> SurfaceType

impl BufferSurface for R16

impl TextureSurface for R16

impl RenderSurface for R16

Derived Implementations

impl Debug for R16

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

impl Clone for R16

fn clone(&self) -> R16

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

impl Copy for R16

impl Hash for R16

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 R16

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

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

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

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

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

impl PartialEq for R16

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

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

impl Ord for R16

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

impl Eq for R16