Struct screen_13::prelude::vk::ValidationCacheCreateInfoEXT
source · pub struct ValidationCacheCreateInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: ValidationCacheCreateFlagsEXT,
pub initial_data_size: usize,
pub p_initial_data: *const c_void,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§flags: ValidationCacheCreateFlagsEXT§initial_data_size: usize§p_initial_data: *const c_voidImplementations§
source§impl ValidationCacheCreateInfoEXT
impl ValidationCacheCreateInfoEXT
pub fn builder<'a>() -> ValidationCacheCreateInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for ValidationCacheCreateInfoEXT
impl Clone for ValidationCacheCreateInfoEXT
source§fn clone(&self) -> ValidationCacheCreateInfoEXT
fn clone(&self) -> ValidationCacheCreateInfoEXT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ValidationCacheCreateInfoEXT
impl Debug for ValidationCacheCreateInfoEXT
source§impl Default for ValidationCacheCreateInfoEXT
impl Default for ValidationCacheCreateInfoEXT
source§fn default() -> ValidationCacheCreateInfoEXT
fn default() -> ValidationCacheCreateInfoEXT
Returns the “default value” for a type. Read more