[][src]Struct spirv_reflect::types::traits::ReflectImageTraits

pub struct ReflectImageTraits {
    pub dim: ReflectDimension,
    pub depth: u32,
    pub arrayed: u32,
    pub ms: u32,
    pub sampled: u32,
    pub image_format: ReflectImageFormat,
}

Fields

dim: ReflectDimensiondepth: u32arrayed: u32ms: u32sampled: u32image_format: ReflectImageFormat

Trait Implementations

impl Default for ReflectImageTraits[src]

impl Clone for ReflectImageTraits[src]

impl PartialEq<ReflectImageTraits> for ReflectImageTraits[src]

impl Copy for ReflectImageTraits[src]

impl Debug for ReflectImageTraits[src]

impl Serialize for ReflectImageTraits[src]

Auto Trait Implementations

impl Send for ReflectImageTraits

impl Unpin for ReflectImageTraits

impl Sync for ReflectImageTraits

impl UnwindSafe for ReflectImageTraits

impl RefUnwindSafe for ReflectImageTraits

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

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

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.

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

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

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