#[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: StructureTypep_next: *const c_voidflags: ValidationCacheCreateFlagsEXTinitial_data_size: usizep_initial_data: *const c_voidImplementations
sourceimpl ValidationCacheCreateInfoEXT
impl ValidationCacheCreateInfoEXT
pub fn builder<'a>() -> ValidationCacheCreateInfoEXTBuilder<'a>
Trait Implementations
sourceimpl Clone for ValidationCacheCreateInfoEXT
impl Clone for ValidationCacheCreateInfoEXT
sourcefn clone(&self) -> ValidationCacheCreateInfoEXT
fn clone(&self) -> ValidationCacheCreateInfoEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ValidationCacheCreateInfoEXT
impl Debug for ValidationCacheCreateInfoEXT
sourceimpl Default for ValidationCacheCreateInfoEXT
impl Default for ValidationCacheCreateInfoEXT
sourcefn default() -> ValidationCacheCreateInfoEXT
fn default() -> ValidationCacheCreateInfoEXT
Returns the “default value” for a type. Read more
impl Copy for ValidationCacheCreateInfoEXT
Auto Trait Implementations
impl RefUnwindSafe for ValidationCacheCreateInfoEXT
impl !Send for ValidationCacheCreateInfoEXT
impl !Sync for ValidationCacheCreateInfoEXT
impl Unpin for ValidationCacheCreateInfoEXT
impl UnwindSafe for ValidationCacheCreateInfoEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more