pub struct ValidationCacheCreateInfoEXTBuilder<'a> { /* private fields */ }Expand description
Builder for ValidationCacheCreateInfoEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> ValidationCacheCreateInfoEXTBuilder<'a>
impl<'a> ValidationCacheCreateInfoEXTBuilder<'a>
pub fn flags(self, value: u32) -> ValidationCacheCreateInfoEXTBuilder<'a>
pub fn initial_data( self, slice: &'a [c_void], ) -> ValidationCacheCreateInfoEXTBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> ValidationCacheCreateInfoEXTBuilder<'a>where
T: ExtendsValidationCacheCreateInfoEXT,
pub fn push_next<T>(
self,
next: &'a mut T,
) -> ValidationCacheCreateInfoEXTBuilder<'a>where
T: ExtendsValidationCacheCreateInfoEXT,
Prepend a struct to the pNext chain. See ValidationCacheCreateInfoEXT’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for ValidationCacheCreateInfoEXTBuilder<'a>
impl<'a> Deref for ValidationCacheCreateInfoEXTBuilder<'a>
Source§type Target = ValidationCacheCreateInfoEXT
type Target = ValidationCacheCreateInfoEXT
The resulting type after dereferencing.
Source§impl<'a> DerefMut for ValidationCacheCreateInfoEXTBuilder<'a>
impl<'a> DerefMut for ValidationCacheCreateInfoEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for ValidationCacheCreateInfoEXTBuilder<'a>
impl<'a> RefUnwindSafe for ValidationCacheCreateInfoEXTBuilder<'a>
impl<'a> !Send for ValidationCacheCreateInfoEXTBuilder<'a>
impl<'a> !Sync for ValidationCacheCreateInfoEXTBuilder<'a>
impl<'a> Unpin for ValidationCacheCreateInfoEXTBuilder<'a>
impl<'a> UnsafeUnpin for ValidationCacheCreateInfoEXTBuilder<'a>
impl<'a> UnwindSafe for ValidationCacheCreateInfoEXTBuilder<'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