[][src]Struct web_glitz::image::format::RGB8I

pub struct RGB8I;

Trait Implementations

impl Clone for RGB8I[src]

impl Copy for RGB8I[src]

impl Debug for RGB8I[src]

impl Eq for RGB8I[src]

impl Hash for RGB8I[src]

impl InternalFormat for RGB8I[src]

impl PartialEq<RGB8I> for RGB8I[src]

impl PixelPack<RGB8I> for [i8; 3][src]

impl PixelPack<RGB8I> for (i8, i8, i8)[src]

impl PixelUnpack<RGB8I> for [i8; 3][src]

impl PixelUnpack<RGB8I> for (i8, i8, i8)[src]

impl StructuralEq for RGB8I[src]

impl StructuralPartialEq for RGB8I[src]

impl TextureFormat for RGB8I[src]

Auto Trait Implementations

impl RefUnwindSafe for RGB8I

impl Send for RGB8I

impl Sync for RGB8I

impl Unpin for RGB8I

impl UnwindSafe for RGB8I

Blanket Implementations

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

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

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

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

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

impl<D, T> IntoBuffer<T> for D where
    D: Borrow<T> + 'static,
    T: Copy + 'static, 
[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.