Struct lava::VkPipelineCacheCreateInfo[][src]

pub struct VkPipelineCacheCreateInfo<'a> {
    pub flags: VkPipelineCacheCreateFlags,
    pub initial_data_size: usize,
    pub initial_data: &'a u8,
}

Fields

Trait Implementations

impl<'a> Debug for VkPipelineCacheCreateInfo<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for VkPipelineCacheCreateInfo<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPipelineCacheCreateInfo<'static>
[src]

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

Auto Trait Implementations