Struct image2::color::Rgb[][src]

pub struct Rgb;

Trait Implementations

impl<T: Type, U: Type, I: Image<T, Rgb>> Convert<T, Rgb, U, Rgba> for I
[src]

impl<T: Type, U: Type, I: Image<T, Rgba>> Convert<T, Rgba, U, Rgb> for I
[src]

impl<T: Type, U: Type, I: Image<T, Rgb>> Convert<T, Rgb, U, Gray> for I
[src]

impl<T: Type, U: Type, I: Image<T, Gray>> Convert<T, Gray, U, Rgb> for I
[src]

impl Debug for Rgb
[src]

Formats the value using the given formatter. Read more

impl Clone for Rgb
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Rgb
[src]

impl PartialEq for Rgb
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Color for Rgb
[src]

impl<'a, T: Type> Pixel<'a, T, Rgb> for PixelVec<T>
[src]

impl<'a, T: Type> PixelMut<'a, T, Rgb> for PixelVec<T>
[src]

Auto Trait Implementations

impl Send for Rgb

impl Sync for Rgb