[][src]Struct spirv_reflect::ffi::SpvReflectDescriptorBinding

#[repr(C)]
pub struct SpvReflectDescriptorBinding {
    pub spirv_id: u32,
    pub name: *const c_char,
    pub binding: u32,
    pub input_attachment_index: u32,
    pub set: u32,
    pub descriptor_type: SpvReflectDescriptorType,
    pub resource_type: SpvReflectResourceType,
    pub image: SpvReflectImageTraits,
    pub block: SpvReflectBlockVariable,
    pub array: SpvReflectBindingArrayTraits,
    pub count: u32,
    pub accessed: u32,
    pub uav_counter_id: u32,
    pub uav_counter_binding: *mut SpvReflectDescriptorBinding,
    pub type_description: *mut SpvReflectTypeDescription,
    pub word_offset: SpvReflectDescriptorBinding__bindgen_ty_1,
}

@struct SpvReflectDescriptorBinding

Fields

spirv_id: u32name: *const c_charbinding: u32input_attachment_index: u32set: u32descriptor_type: SpvReflectDescriptorTyperesource_type: SpvReflectResourceTypeimage: SpvReflectImageTraitsblock: SpvReflectBlockVariablearray: SpvReflectBindingArrayTraitscount: u32accessed: u32uav_counter_id: u32uav_counter_binding: *mut SpvReflectDescriptorBindingtype_description: *mut SpvReflectTypeDescriptionword_offset: SpvReflectDescriptorBinding__bindgen_ty_1

Trait Implementations

impl Clone for SpvReflectDescriptorBinding[src]

impl Copy for SpvReflectDescriptorBinding[src]

impl Debug for SpvReflectDescriptorBinding[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]