Struct lava::VkSpecializationMapEntry[][src]

pub struct VkSpecializationMapEntry {
    pub constant_id: usize,
    pub offset: usize,
    pub size: usize,
}

Fields

Trait Implementations

impl Debug for VkSpecializationMapEntry
[src]

Formats the value using the given formatter. Read more

impl Clone for VkSpecializationMapEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkSpecializationMapEntry
[src]

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

Auto Trait Implementations