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

pub struct RGB16UI;

Trait Implementations

impl Clone for RGB16UI[src]

impl Copy for RGB16UI[src]

impl Debug for RGB16UI[src]

impl Eq for RGB16UI[src]

impl Hash for RGB16UI[src]

impl InternalFormat for RGB16UI[src]

impl PartialEq<RGB16UI> for RGB16UI[src]

impl PixelPack<RGB16UI> for [u16; 3][src]

impl PixelPack<RGB16UI> for (u16, u16, u16)[src]

impl PixelUnpack<RGB16UI> for [u16; 3][src]

impl PixelUnpack<RGB16UI> for (u16, u16, u16)[src]

impl StructuralEq for RGB16UI[src]

impl StructuralPartialEq for RGB16UI[src]

impl TextureFormat for RGB16UI[src]

impl UnsignedIntegerSamplable for RGB16UI[src]

Auto Trait Implementations

impl RefUnwindSafe for RGB16UI

impl Send for RGB16UI

impl Sync for RGB16UI

impl Unpin for RGB16UI

impl UnwindSafe for RGB16UI

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.