Struct ash::vk::DescriptorSetLayoutCreateInfo [−][src]
#[repr(C)]pub struct DescriptorSetLayoutCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub flags: DescriptorSetLayoutCreateFlags, pub binding_count: u32, pub p_bindings: *const DescriptorSetLayoutBinding, }
Expand description
Fields
s_type: StructureTypep_next: *const c_voidflags: DescriptorSetLayoutCreateFlagsbinding_count: u32p_bindings: *const DescriptorSetLayoutBindingImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for DescriptorSetLayoutCreateInfo
impl !Sync for DescriptorSetLayoutCreateInfo
impl Unpin for DescriptorSetLayoutCreateInfo
impl UnwindSafe for DescriptorSetLayoutCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more