[][src]Struct spirv_reflect::types::descriptor::ReflectDescriptorBinding

pub struct ReflectDescriptorBinding {
    pub spirv_id: u32,
    pub name: String,
    pub binding: u32,
    pub input_attachment_index: u32,
    pub set: u32,
    pub descriptor_type: ReflectDescriptorType,
    pub resource_type: ReflectResourceType,
    pub image: ReflectImageTraits,
    pub block: ReflectBlockVariable,
    pub array: ReflectBindingArrayTraits,
    pub count: u32,
    pub uav_counter_id: u32,
    pub uav_counter_binding: Option<Box<ReflectDescriptorBinding>>,
    pub type_description: Option<ReflectTypeDescription>,
    pub word_offset: ReflectDescriptorBindingSet,
    // some fields omitted
}

Fields

spirv_id: u32name: Stringbinding: u32input_attachment_index: u32set: u32descriptor_type: ReflectDescriptorTyperesource_type: ReflectResourceTypeimage: ReflectImageTraitsblock: ReflectBlockVariablearray: ReflectBindingArrayTraitscount: u32uav_counter_id: u32uav_counter_binding: Option<Box<ReflectDescriptorBinding>>type_description: Option<ReflectTypeDescription>word_offset: ReflectDescriptorBindingSet

Trait Implementations

impl Clone for ReflectDescriptorBinding[src]

impl PartialEq<ReflectDescriptorBinding> for ReflectDescriptorBinding[src]

impl Debug for ReflectDescriptorBinding[src]

impl StructuralPartialEq for ReflectDescriptorBinding[src]

impl Serialize for ReflectDescriptorBinding[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> From<T> for T[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.

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

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

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