Enum gfx_core::format::D16 [] [src]

pub enum D16 {}

Trait Implementations

impl SurfaceTyped for D16

type DataType = F16

fn get_surface_type() -> SurfaceType

impl TextureSurface for D16

impl DepthSurface for D16

Derived Implementations

impl Debug for D16

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

impl Clone for D16

fn clone(&self) -> D16

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

impl Copy for D16

impl Hash for D16

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 D16

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

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

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

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

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

impl PartialEq for D16

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

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

impl Ord for D16

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

impl Eq for D16