Enum gfx_core::format::Srgb
[−]
[src]
pub enum Srgb {}
pub enum Srgb {}
impl ChannelTyped for Srgb
type ShaderType = f32
fn get_channel_type() -> ChannelType
impl TextureChannel for Srgb
impl RenderChannel for Srgb
impl BlendChannel for Srgb
impl Debug for Srgb
impl Clone for Srgb
fn clone(&self) -> Srgb
fn clone_from(&mut self, source: &Self)
impl Copy for Srgb
impl Hash for Srgb
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl PartialOrd 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 for Srgb
impl Ord for Srgb
impl Eq for Srgb