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

pub struct RGB16F;

Trait Implementations

impl Clone for RGB16F[src]

impl Copy for RGB16F[src]

impl Debug for RGB16F[src]

impl Eq for RGB16F[src]

impl Filterable for RGB16F[src]

impl FloatSamplable for RGB16F[src]

impl Hash for RGB16F[src]

impl InternalFormat for RGB16F[src]

impl Multisamplable for RGB16F[src]

impl PartialEq<RGB16F> for RGB16F[src]

impl PixelUnpack<RGB16F> for [f32; 3][src]

impl PixelUnpack<RGB16F> for (f32, f32, f32)[src]

impl StructuralEq for RGB16F[src]

impl StructuralPartialEq for RGB16F[src]

impl TextureFormat for RGB16F[src]

Auto Trait Implementations

impl RefUnwindSafe for RGB16F

impl Send for RGB16F

impl Sync for RGB16F

impl Unpin for RGB16F

impl UnwindSafe for RGB16F

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<F> Filterable for F where
    F: Filterable
[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.