Enum gfx_core::format::R16
[−]
[src]
pub enum R16 {}
pub enum R16 {}
impl SurfaceTyped for R16
type DataType = u16
fn get_surface_type() -> SurfaceType
impl BufferSurface for R16
impl TextureSurface for R16
impl RenderSurface for R16
impl Debug for R16
impl Clone for R16
fn clone(&self) -> R16
fn clone_from(&mut self, source: &Self)
impl Copy for R16
impl Hash for R16
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
fn partial_cmp(&self, __arg_0: &R16) -> Option<Ordering>
fn lt(&self, __arg_0: &R16) -> bool
fn le(&self, __arg_0: &R16) -> bool
fn gt(&self, __arg_0: &R16) -> bool
fn ge(&self, __arg_0: &R16) -> bool
impl PartialEq for R16
impl Ord for R16
impl Eq for R16