[][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 Copy for SpvReflectDescriptorBinding[src]

impl Clone for SpvReflectDescriptorBinding[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SpvReflectDescriptorBinding[src]

Auto Trait Implementations

Blanket Implementations

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

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

type Owned = T

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.