#[repr(C)]pub struct DescriptorSetLayoutCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: DescriptorSetLayoutCreateFlags,
pub binding_count: u32,
pub bindings: *const DescriptorSetLayoutBinding,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: DescriptorSetLayoutCreateFlagsbinding_count: u32bindings: *const DescriptorSetLayoutBindingTrait 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 !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