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

pub struct RGB10_A2UI;

Trait Implementations

impl Clone for RGB10_A2UI[src]

impl Copy for RGB10_A2UI[src]

impl Debug for RGB10_A2UI[src]

impl Eq for RGB10_A2UI[src]

impl Hash for RGB10_A2UI[src]

impl InternalFormat for RGB10_A2UI[src]

impl PartialEq<RGB10_A2UI> for RGB10_A2UI[src]

impl PixelUnpack<RGB10_A2UI> for u32[src]

impl RenderbufferFormat for RGB10_A2UI[src]

impl StructuralEq for RGB10_A2UI[src]

impl StructuralPartialEq for RGB10_A2UI[src]

impl UnsignedIntegerRenderable for RGB10_A2UI[src]

impl UnsignedIntegerSamplable for RGB10_A2UI[src]

Auto Trait Implementations

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.