Struct unity_native_plugin_sys::VkMutableDescriptorTypeListVALVE [−][src]
#[repr(C)]pub struct VkMutableDescriptorTypeListVALVE {
pub descriptorTypeCount: u32,
pub pDescriptorTypes: *const VkDescriptorType,
}Fields
descriptorTypeCount: u32pDescriptorTypes: *const VkDescriptorTypeTrait Implementations
Auto Trait Implementations
impl !Send for VkMutableDescriptorTypeListVALVE
impl !Sync for VkMutableDescriptorTypeListVALVE
impl Unpin for VkMutableDescriptorTypeListVALVE
Blanket Implementations
Mutably borrows from an owned value. Read more