pub struct AccelerationStructureMemoryRequirementsInfoNVBuilder<'a> { /* private fields */ }Expand description
Builder for AccelerationStructureMemoryRequirementsInfoNV with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> AccelerationStructureMemoryRequirementsInfoNVBuilder<'a>
impl<'a> AccelerationStructureMemoryRequirementsInfoNVBuilder<'a>
pub fn type(self, value: AccelerationStructureMemoryRequirementsTypeNV) -> Self
pub fn acceleration_structure(self, value: AccelerationStructureNV) -> Self
Sourcepub fn push_next<T: ExtendsAccelerationStructureMemoryRequirementsInfoNV>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsAccelerationStructureMemoryRequirementsInfoNV>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See AccelerationStructureMemoryRequirementsInfoNV’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for AccelerationStructureMemoryRequirementsInfoNVBuilder<'a>
impl<'a> Deref for AccelerationStructureMemoryRequirementsInfoNVBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for AccelerationStructureMemoryRequirementsInfoNVBuilder<'a>
impl<'a> RefUnwindSafe for AccelerationStructureMemoryRequirementsInfoNVBuilder<'a>
impl<'a> !Send for AccelerationStructureMemoryRequirementsInfoNVBuilder<'a>
impl<'a> !Sync for AccelerationStructureMemoryRequirementsInfoNVBuilder<'a>
impl<'a> Unpin for AccelerationStructureMemoryRequirementsInfoNVBuilder<'a>
impl<'a> UnsafeUnpin for AccelerationStructureMemoryRequirementsInfoNVBuilder<'a>
impl<'a> UnwindSafe for AccelerationStructureMemoryRequirementsInfoNVBuilder<'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