Struct unity_native_plugin_sys::VkDescriptorSetLayoutSupport [−][src]
#[repr(C)]pub struct VkDescriptorSetLayoutSupport {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub supported: VkBool32,
}Fields
sType: VkStructureTypepNext: *mut c_voidsupported: VkBool32Trait Implementations
Auto Trait Implementations
impl !Send for VkDescriptorSetLayoutSupport
impl !Sync for VkDescriptorSetLayoutSupport
impl Unpin for VkDescriptorSetLayoutSupport
impl UnwindSafe for VkDescriptorSetLayoutSupport
Blanket Implementations
Mutably borrows from an owned value. Read more