Enum gfx::format::D24_S8 [] [src]

pub enum D24_S8 {}

Trait Implementations

impl SurfaceTyped for D24_S8

type DataType = u32

fn get_surface_type() -> SurfaceType

impl TextureSurface for D24_S8

impl DepthSurface for D24_S8

impl StencilSurface for D24_S8

Derived Implementations

impl Debug for D24_S8

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

impl Clone for D24_S8

fn clone(&self) -> D24_S8

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

impl Copy for D24_S8

impl Hash for D24_S8

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

impl PartialOrd<D24_S8> for D24_S8

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

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

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

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

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

impl PartialEq<D24_S8> for D24_S8

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

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

impl Ord for D24_S8

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

impl Eq for D24_S8