Struct rspirv_reflect::DescriptorInfo [−][src]
pub struct DescriptorInfo {
pub ty: DescriptorType,
pub binding_count: BindingCount,
pub name: String,
}Fields
ty: DescriptorTypebinding_count: BindingCountname: StringTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DescriptorInfo
impl Send for DescriptorInfo
impl Sync for DescriptorInfo
impl Unpin for DescriptorInfo
impl UnwindSafe for DescriptorInfo
Blanket Implementations
Mutably borrows from an owned value. Read more