[][src]Struct spirv_reflect::types::variable::ReflectTypeDescription

pub struct ReflectTypeDescription {
    pub id: u32,
    pub op: ReflectOp,
    pub type_name: String,
    pub struct_member_name: String,
    pub storage_class: ReflectStorageClass,
    pub type_flags: ReflectTypeFlags,
    pub decoration_flags: ReflectDecorationFlags,
    pub traits: ReflectTypeDescriptionTraits,
    pub members: Vec<ReflectTypeDescription>,
}

Fields

id: u32op: ReflectOptype_name: Stringstruct_member_name: Stringstorage_class: ReflectStorageClasstype_flags: ReflectTypeFlagsdecoration_flags: ReflectDecorationFlagstraits: ReflectTypeDescriptionTraitsmembers: Vec<ReflectTypeDescription>

Trait Implementations

impl Clone for ReflectTypeDescription[src]

impl Default for ReflectTypeDescription[src]

impl PartialEq<ReflectTypeDescription> for ReflectTypeDescription[src]

impl Debug for ReflectTypeDescription[src]

impl StructuralPartialEq for ReflectTypeDescription[src]

impl Serialize for ReflectTypeDescription[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]