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

pub struct RG8I;

Trait Implementations

impl Clone for RG8I[src]

impl Copy for RG8I[src]

impl Debug for RG8I[src]

impl Eq for RG8I[src]

impl Hash for RG8I[src]

impl IntegerRenderable for RG8I[src]

impl IntegerSamplable for RG8I[src]

impl InternalFormat for RG8I[src]

impl PartialEq<RG8I> for RG8I[src]

impl PixelPack<RG8I> for [i8; 2][src]

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

impl PixelUnpack<RG8I> for [i8; 2][src]

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

impl RenderbufferFormat for RG8I[src]

impl StructuralEq for RG8I[src]

impl StructuralPartialEq for RG8I[src]

impl TextureFormat for RG8I[src]

Auto Trait Implementations

impl RefUnwindSafe for RG8I

impl Send for RG8I

impl Sync for RG8I

impl Unpin for RG8I

impl UnwindSafe for RG8I

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.