Enum gfx_core::format::Unorm [] [src]

pub enum Unorm {}

Trait Implementations

impl ChannelTyped for Unorm

type ShaderType = f32

fn get_channel_type() -> ChannelType

impl TextureChannel for Unorm

impl RenderChannel for Unorm

impl BlendChannel for Unorm

Derived Implementations

impl Debug for Unorm

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

impl Clone for Unorm

fn clone(&self) -> Unorm

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

impl Copy for Unorm

impl Hash for Unorm

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 Unorm

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

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

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

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

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

impl PartialEq for Unorm

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

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

impl Ord for Unorm

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

impl Eq for Unorm