Struct ash::vk::ValidationCacheCreateInfoEXT
source · #[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§
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 TaggedStructure for ValidationCacheCreateInfoEXT
impl TaggedStructure for ValidationCacheCreateInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::VALIDATION_CACHE_CREATE_INFO_EXT
impl Copy for ValidationCacheCreateInfoEXT
Auto Trait Implementations§
impl Freeze for ValidationCacheCreateInfoEXT
impl RefUnwindSafe for ValidationCacheCreateInfoEXT
impl !Send for ValidationCacheCreateInfoEXT
impl !Sync for ValidationCacheCreateInfoEXT
impl Unpin for ValidationCacheCreateInfoEXT
impl UnwindSafe for ValidationCacheCreateInfoEXT
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more