Enum gfx_core::format::R11_G11_B10 [] [src]

pub enum R11_G11_B10 {}

Trait Implementations

impl SurfaceTyped for R11_G11_B10

type DataType = u32

fn get_surface_type() -> SurfaceType

impl BufferSurface for R11_G11_B10

impl TextureSurface for R11_G11_B10

impl RenderSurface for R11_G11_B10

Derived Implementations

impl Debug for R11_G11_B10

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

impl Clone for R11_G11_B10

fn clone(&self) -> R11_G11_B10

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

impl Copy for R11_G11_B10

impl Hash for R11_G11_B10

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 R11_G11_B10

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

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

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

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

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

impl PartialEq for R11_G11_B10

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

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

impl Ord for R11_G11_B10

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

impl Eq for R11_G11_B10