#[repr(C)]pub struct DescriptorSetLayoutBindingFlagsCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub binding_count: u32,
pub binding_flags: *const DescriptorBindingFlags,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidbinding_count: u32binding_flags: *const DescriptorBindingFlagsTrait 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
Blanket Implementations
Mutably borrows from an owned value. Read more