Struct rgb::alt::Gray [−][src]
Grayscale. Use .0
or *
(deref) to access the value.
Trait Implementations
impl<T> AsMut<T> for Gray<T>
[src][+]
impl<T> AsPixels<Gray<T>> for [T]
[src][+]
impl<T> AsRef<T> for Gray<T>
[src][+]
impl<ComponentType: Clone> Clone for Gray<ComponentType>
[src][+]
impl<T> ComponentSlice<T> for Gray<T>
[src][+]
impl<ComponentType: Copy> Copy for Gray<ComponentType>
[src]
impl<ComponentType: Debug> Debug for Gray<ComponentType>
[src][+]
impl<ComponentType: Default> Default for Gray<ComponentType>
[src][+]
impl<T> Deref for Gray<T>
[src][+]
impl<ComponentType: Eq> Eq for Gray<ComponentType>
[src]
impl<T: Clone> From<Gray<T>> for RGB<T>
[src][+]
impl<T: Copy> From<Gray<T>> for GrayAlpha<T, u8>
[src][+]
impl<T: Copy> From<Gray<T>> for GrayAlpha<T, u16>
[src][+]
impl<T: Copy> From<T> for Gray<T>
[src][+]
impl<ComponentType: Hash> Hash for Gray<ComponentType>
[src][+]
impl<ComponentType: Ord> Ord for Gray<ComponentType>
[src][+]
impl<ComponentType: PartialEq> PartialEq<Gray<ComponentType>> for Gray<ComponentType>
[src][+]
impl<ComponentType: PartialOrd> PartialOrd<Gray<ComponentType>> for Gray<ComponentType>
[src][+]
impl<ComponentType> StructuralEq for Gray<ComponentType>
[src]
impl<ComponentType> StructuralPartialEq for Gray<ComponentType>
[src]
Auto Trait Implementations
impl<ComponentType> Send for Gray<ComponentType> where
ComponentType: Send,
ComponentType: Send,
impl<ComponentType> Sync for Gray<ComponentType> where
ComponentType: Sync,
ComponentType: Sync,
impl<ComponentType> Unpin for Gray<ComponentType> where
ComponentType: Unpin,
ComponentType: Unpin,
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<!> for T
[src][+]
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
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>,