Enum gfx::format::R10_G10_B10_A2
[−]
[src]
pub enum R10_G10_B10_A2 {}
pub enum R10_G10_B10_A2 {}
impl SurfaceTyped for R10_G10_B10_A2
type DataType = u32
fn get_surface_type() -> SurfaceType
impl BufferSurface for R10_G10_B10_A2
impl TextureSurface for R10_G10_B10_A2
impl RenderSurface for R10_G10_B10_A2
impl Debug for R10_G10_B10_A2
impl Clone for R10_G10_B10_A2
fn clone(&self) -> R10_G10_B10_A2
fn clone_from(&mut self, source: &Self)
impl Copy for R10_G10_B10_A2
impl Hash for R10_G10_B10_A2
impl PartialOrd<R10_G10_B10_A2> for R10_G10_B10_A2
fn partial_cmp(&self, __arg_0: &R10_G10_B10_A2) -> Option<Ordering>
fn lt(&self, __arg_0: &R10_G10_B10_A2) -> bool
fn le(&self, __arg_0: &R10_G10_B10_A2) -> bool
fn gt(&self, __arg_0: &R10_G10_B10_A2) -> bool
fn ge(&self, __arg_0: &R10_G10_B10_A2) -> bool
impl PartialEq<R10_G10_B10_A2> for R10_G10_B10_A2
fn eq(&self, __arg_0: &R10_G10_B10_A2) -> bool
fn ne(&self, __arg_0: &R10_G10_B10_A2) -> bool
impl Ord for R10_G10_B10_A2
fn cmp(&self, __arg_0: &R10_G10_B10_A2) -> Ordering
impl Eq for R10_G10_B10_A2