#[repr(C)]pub struct ValidationCacheCreateInfoEXT {
pub sType: StructureType,
pub pNext: *const c_void,
pub flags: ValidationCacheCreateFlagsEXT,
pub initialDataSize: usize,
pub pInitialData: *const c_void,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§flags: ValidationCacheCreateFlagsEXT
§initialDataSize: usize
§pInitialData: *const c_void
Trait Implementations§
Source§impl Clone for ValidationCacheCreateInfoEXT
impl Clone for ValidationCacheCreateInfoEXT
Source§fn clone(&self) -> ValidationCacheCreateInfoEXT
fn clone(&self) -> ValidationCacheCreateInfoEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl 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