Enum gfx::format::Srgb [] [src]

pub enum Srgb {}

Trait Implementations

impl ChannelTyped for Srgb

type ShaderType = f32

fn get_channel_type() -> ChannelType

impl TextureChannel for Srgb

impl RenderChannel for Srgb

impl BlendChannel for Srgb

Derived Implementations

impl Debug for Srgb

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

impl Clone for Srgb

fn clone(&self) -> Srgb

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

impl Copy for Srgb

impl Hash for Srgb

fn hash<__H>(&self, __arg_0: &mut __H) where __H: Hasher

impl PartialOrd<Srgb> for Srgb

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

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

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

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

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

impl PartialEq<Srgb> for Srgb

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

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

impl Ord for Srgb

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

impl Eq for Srgb