Struct bedrock::vk::VkDescriptorSetLayoutSupport [] [src]

#[repr(C)]
pub struct VkDescriptorSetLayoutSupport { pub sType: VkStructureType, pub pNext: *mut c_void, pub supported: VkBool32, }

Fields

Trait Implementations

impl Clone for VkDescriptorSetLayoutSupport
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for VkDescriptorSetLayoutSupport
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for VkDescriptorSetLayoutSupport
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations