[][src]Struct spirv_reflect::ffi::SpvReflectInterfaceVariable

#[repr(C)]
pub struct SpvReflectInterfaceVariable {
    pub spirv_id: u32,
    pub name: *const c_char,
    pub location: u32,
    pub storage_class: SpvStorageClass,
    pub semantic: *const c_char,
    pub decoration_flags: SpvReflectDecorationFlags,
    pub built_in: SpvBuiltIn,
    pub numeric: SpvReflectNumericTraits,
    pub array: SpvReflectArrayTraits,
    pub member_count: u32,
    pub members: *mut SpvReflectInterfaceVariable,
    pub format: SpvReflectFormat,
    pub type_description: *mut SpvReflectTypeDescription,
    pub word_offset: SpvReflectInterfaceVariable__bindgen_ty_1,
}

@struct SpvReflectInterfaceVariable

Fields

spirv_id: u32name: *const c_charlocation: u32storage_class: SpvStorageClasssemantic: *const c_chardecoration_flags: SpvReflectDecorationFlagsbuilt_in: SpvBuiltInnumeric: SpvReflectNumericTraitsarray: SpvReflectArrayTraitsmember_count: u32members: *mut SpvReflectInterfaceVariableformat: SpvReflectFormattype_description: *mut SpvReflectTypeDescriptionword_offset: SpvReflectInterfaceVariable__bindgen_ty_1

Trait Implementations

impl Clone for SpvReflectInterfaceVariable[src]

impl Copy for SpvReflectInterfaceVariable[src]

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