Struct vulkanalia_sys::DescriptorPoolCreateInfo
source · [−]#[repr(C)]pub struct DescriptorPoolCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: DescriptorPoolCreateFlags,
pub max_sets: u32,
pub pool_size_count: u32,
pub pool_sizes: *const DescriptorPoolSize,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: DescriptorPoolCreateFlagsmax_sets: u32pool_size_count: u32pool_sizes: *const DescriptorPoolSizeTrait 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 DescriptorPoolCreateInfo
impl !Send for DescriptorPoolCreateInfo
impl !Sync for DescriptorPoolCreateInfo
impl Unpin for DescriptorPoolCreateInfo
impl UnwindSafe for DescriptorPoolCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more