Struct unity_native_plugin_sys::VkDescriptorSetAllocateInfo [−][src]
#[repr(C)]pub struct VkDescriptorSetAllocateInfo {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub descriptorPool: VkDescriptorPool,
pub descriptorSetCount: u32,
pub pSetLayouts: *const VkDescriptorSetLayout,
}Fields
sType: VkStructureTypepNext: *const c_voiddescriptorPool: VkDescriptorPooldescriptorSetCount: u32pSetLayouts: *const VkDescriptorSetLayoutTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VkDescriptorSetAllocateInfo
impl !Send for VkDescriptorSetAllocateInfo
impl !Sync for VkDescriptorSetAllocateInfo
impl Unpin for VkDescriptorSetAllocateInfo
impl UnwindSafe for VkDescriptorSetAllocateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more