Struct vks::VkVertexInputBindingDescription [] [src]

#[repr(C)]
pub struct VkVertexInputBindingDescription { pub binding: u32, pub stride: u32, pub inputRate: VkVertexInputRate, }

Fields

Trait Implementations

impl Debug for VkVertexInputBindingDescription
[src]

Formats the value using the given formatter.

impl Copy for VkVertexInputBindingDescription
[src]

impl Clone for VkVertexInputBindingDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkVertexInputBindingDescription
[src]

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