Struct ash::vk::ValidationCacheCreateInfoEXT [−][src]
#[repr(C)]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_void
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for ValidationCacheCreateInfoEXT
impl !Sync for ValidationCacheCreateInfoEXT
impl Unpin for ValidationCacheCreateInfoEXT
impl UnwindSafe for ValidationCacheCreateInfoEXT
Blanket Implementations
Mutably borrows from an owned value. Read more