Struct bedrock::vk::VkDescriptorUpdateTemplateEntry [] [src]

#[repr(C)]
pub struct VkDescriptorUpdateTemplateEntry { pub dstBinding: u32, pub dstArrayElement: u32, pub descriptorCount: u32, pub descriptorType: VkDescriptorType, pub offset: size_t, pub stride: size_t, }

Fields

Trait Implementations

impl Debug for VkDescriptorUpdateTemplateEntry
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for VkDescriptorUpdateTemplateEntry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for VkDescriptorUpdateTemplateEntry
[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 VkDescriptorUpdateTemplateEntry
[src]

impl Default for VkDescriptorUpdateTemplateEntry
[src]

[src]

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

Auto Trait Implementations