[][src]Struct image2::color::Rgba

pub struct Rgba;

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, Rgba>> Convert<T, Rgba, U, Gray> for I[src]

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

impl Color for Rgba[src]

impl Clone for Rgba[src]

impl Copy for Rgba[src]

impl PartialEq<Rgba> for Rgba[src]

impl Debug for Rgba[src]

impl StructuralPartialEq for Rgba[src]

impl Serialize for Rgba[src]

impl<'de> Deserialize<'de> for Rgba[src]

Auto Trait Implementations

impl Send for Rgba

impl Sync for Rgba

impl Unpin for Rgba

impl UnwindSafe for Rgba

impl RefUnwindSafe for Rgba

Blanket Implementations

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

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

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

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

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

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

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

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

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
    D: AdaptFrom<S, Swp, Dwp, T>,
    Dwp: WhitePoint,
    Swp: WhitePoint,
    T: Component + Float
[src]

impl<T, U> ConvertInto<U> for T where
    U: ConvertFrom<T>, 
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]