Enum gfx::format::D24 [] [src]

pub enum D24 {}

Trait Implementations

impl SurfaceTyped for D24

type DataType = f32

fn get_surface_type() -> SurfaceType

impl TextureSurface for D24

impl DepthSurface for D24

Derived Implementations

impl Debug for D24

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

impl Clone for D24

fn clone(&self) -> D24

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

impl Copy for D24

impl Hash for D24

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

impl PartialOrd<D24> for D24

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

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

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

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

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

impl PartialEq<D24> for D24

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

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

impl Ord for D24

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

impl Eq for D24