#[repr(C)]pub struct ValidationCacheCreateInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: ValidationCacheCreateFlagsEXT,
pub initial_data_size: usize,
pub initial_data: *const c_void,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: ValidationCacheCreateFlagsEXTinitial_data_size: usizeinitial_data: *const c_voidTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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