Enum gfx_core::format::Srgb [−][src]
pub enum Srgb {}
Trait Implementations
impl BlendChannel for Srgb
[src]
impl ChannelTyped for Srgb
[src][+]
impl Clone for Srgb
[src][+]
impl Copy for Srgb
[src]
impl Debug for Srgb
[src][+]
impl Eq for Srgb
[src]
impl Hash for Srgb
[src][+]
impl Ord for Srgb
[src][+]
impl PartialEq<Srgb> for Srgb
[src][+]
impl PartialOrd<Srgb> for Srgb
[src][+]
impl RenderChannel for Srgb
[src]
impl StructuralEq for Srgb
[src]
impl StructuralPartialEq for Srgb
[src]
impl TextureChannel for Srgb
[src]
Auto Trait Implementations
impl RefUnwindSafe for Srgb
impl Send for Srgb
impl Sync for Srgb
impl Unpin for Srgb
impl UnwindSafe for Srgb
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,