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

impl Clone for SpvReflectInterfaceVariable[src]

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

Performs copy-assignment from source. Read more

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