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