Struct bedrock::vk::VkDescriptorSetLayoutBinding [] [src]

#[repr(C)]
pub struct VkDescriptorSetLayoutBinding { pub binding: u32, pub descriptorType: VkDescriptorType, pub descriptorCount: u32, pub stageFlags: VkShaderStageFlags, pub pImmutableSamplers: *const VkSampler, }

Fields

Trait Implementations

impl Debug for VkDescriptorSetLayoutBinding
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for VkDescriptorSetLayoutBinding
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for VkDescriptorSetLayoutBinding
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for VkDescriptorSetLayoutBinding
[src]

Auto Trait Implementations