[][src]Struct rendy_texture::pixel::Pixel

#[repr(transparent)]
pub struct Pixel<C, S, T> where
    C: PixelRepr<S, T>, 
{ pub repr: <C as PixelRepr<S, T>>::Repr, }

One pixel

Fields

repr: <C as PixelRepr<S, T>>::Repr

Pixel representation.

Trait Implementations

impl<C, S, T> Clone for Pixel<C, S, T> where
    C: PixelRepr<S, T>, 
[src]

impl<C, S, T> Copy for Pixel<C, S, T> where
    C: PixelRepr<S, T>, 
[src]

impl<C, S, T> Default for Pixel<C, S, T> where
    C: PixelRepr<S, T>, 
[src]

impl<C, S, T> Debug for Pixel<C, S, T> where
    C: PixelRepr<S, T>, 
[src]

Auto Trait Implementations

impl<C, S, T> Send for Pixel<C, S, T> where
    <C as PixelRepr<S, T>>::Repr: Send

impl<C, S, T> Sync for Pixel<C, S, T> where
    <C as PixelRepr<S, T>>::Repr: Sync

impl<C, S, T> Unpin for Pixel<C, S, T> where
    <C as PixelRepr<S, T>>::Repr: Unpin

impl<C, S, T> UnwindSafe for Pixel<C, S, T> where
    <C as PixelRepr<S, T>>::Repr: UnwindSafe

impl<C, S, T> RefUnwindSafe for Pixel<C, S, T> where
    <C as PixelRepr<S, T>>::Repr: RefUnwindSafe

Blanket Implementations

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]