Struct ash::vk::CheckpointData2NVBuilder
source · pub struct CheckpointData2NVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> CheckpointData2NVBuilder<'a>
impl<'a> CheckpointData2NVBuilder<'a>
pub fn stage(self, stage: PipelineStageFlags2) -> Self
pub fn checkpoint_marker(self, checkpoint_marker: *mut c_void) -> Self
sourcepub fn build(self) -> CheckpointData2NV
pub fn build(self) -> CheckpointData2NV
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for CheckpointData2NVBuilder<'a>
impl<'a> Deref for CheckpointData2NVBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for CheckpointData2NVBuilder<'a>
impl<'a> RefUnwindSafe for CheckpointData2NVBuilder<'a>
impl<'a> !Send for CheckpointData2NVBuilder<'a>
impl<'a> !Sync for CheckpointData2NVBuilder<'a>
impl<'a> Unpin for CheckpointData2NVBuilder<'a>
impl<'a> UnwindSafe for CheckpointData2NVBuilder<'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