Struct rspirv_reflect::DescriptorType [−][src]
#[repr(transparent)]pub struct DescriptorType(pub u32);Expand description
These are bit-exact with ash and the Vulkan specification, they’re mirrored here to prevent a dependency on ash
Tuple Fields
0: u32Implementations
Trait 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 DescriptorType
impl Send for DescriptorType
impl Sync for DescriptorType
impl Unpin for DescriptorType
impl UnwindSafe for DescriptorType
Blanket Implementations
Mutably borrows from an owned value. Read more
