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