pub struct VkValidationCacheCreateInfo<'a> {
pub flags: VkValidationCacheCreateFlags,
pub initial_data: &'a [u8],
}Expand description
Wrapper for VkValidationCacheCreateInfoEXT.
Fields§
§flags: VkValidationCacheCreateFlags§initial_data: &'a [u8]Trait Implementations§
Source§impl<'a> Clone for VkValidationCacheCreateInfo<'a>
impl<'a> Clone for VkValidationCacheCreateInfo<'a>
Source§fn clone(&self) -> VkValidationCacheCreateInfo<'a>
fn clone(&self) -> VkValidationCacheCreateInfo<'a>
Returns a duplicate 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<'a> Debug for VkValidationCacheCreateInfo<'a>
impl<'a> Debug for VkValidationCacheCreateInfo<'a>
Source§impl Default for VkValidationCacheCreateInfo<'static>
impl Default for VkValidationCacheCreateInfo<'static>
Source§fn default() -> VkValidationCacheCreateInfo<'static>
fn default() -> VkValidationCacheCreateInfo<'static>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for VkValidationCacheCreateInfo<'a>
impl<'a> RefUnwindSafe for VkValidationCacheCreateInfo<'a>
impl<'a> Send for VkValidationCacheCreateInfo<'a>
impl<'a> Sync for VkValidationCacheCreateInfo<'a>
impl<'a> Unpin for VkValidationCacheCreateInfo<'a>
impl<'a> UnwindSafe for VkValidationCacheCreateInfo<'a>
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