Struct lava::VkSpecializationInfo[][src]

pub struct VkSpecializationInfo<'a, 'b> {
    pub map_entries: &'a [VkSpecializationMapEntry],
    pub data_size: usize,
    pub data: &'b u8,
}

Fields

Trait Implementations

impl<'a, 'b> Debug for VkSpecializationInfo<'a, 'b>
[src]

Formats the value using the given formatter. Read more

impl<'a, 'b> Clone for VkSpecializationInfo<'a, 'b>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkSpecializationInfo<'static, 'static>
[src]

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

Auto Trait Implementations

impl<'a, 'b> Send for VkSpecializationInfo<'a, 'b>

impl<'a, 'b> Sync for VkSpecializationInfo<'a, 'b>