Enum gfx_core::format::R5_G5_B5_A1
[−]
[src]
pub enum R5_G5_B5_A1 {}
pub enum R5_G5_B5_A1 {}
impl SurfaceTyped for R5_G5_B5_A1
type DataType = u16
fn get_surface_type() -> SurfaceType
impl TextureSurface for R5_G5_B5_A1
impl RenderSurface for R5_G5_B5_A1
impl Debug for R5_G5_B5_A1
impl Clone for R5_G5_B5_A1
fn clone(&self) -> R5_G5_B5_A1
fn clone_from(&mut self, source: &Self)
impl Copy for R5_G5_B5_A1
impl Hash for R5_G5_B5_A1
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl PartialOrd for R5_G5_B5_A1
fn partial_cmp(&self, __arg_0: &R5_G5_B5_A1) -> Option<Ordering>
fn lt(&self, __arg_0: &R5_G5_B5_A1) -> bool
fn le(&self, __arg_0: &R5_G5_B5_A1) -> bool
fn gt(&self, __arg_0: &R5_G5_B5_A1) -> bool
fn ge(&self, __arg_0: &R5_G5_B5_A1) -> bool
impl PartialEq for R5_G5_B5_A1
fn eq(&self, __arg_0: &R5_G5_B5_A1) -> bool
fn ne(&self, __arg_0: &R5_G5_B5_A1) -> bool
impl Ord for R5_G5_B5_A1
fn cmp(&self, __arg_0: &R5_G5_B5_A1) -> Ordering
impl Eq for R5_G5_B5_A1