Struct ash::vk::QueueFamilyCheckpointProperties2NVBuilder
source · pub struct QueueFamilyCheckpointProperties2NVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> QueueFamilyCheckpointProperties2NVBuilder<'a>
impl<'a> QueueFamilyCheckpointProperties2NVBuilder<'a>
pub fn checkpoint_execution_stage_mask( self, checkpoint_execution_stage_mask: PipelineStageFlags2 ) -> Self
sourcepub fn build(self) -> QueueFamilyCheckpointProperties2NV
pub fn build(self) -> QueueFamilyCheckpointProperties2NV
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 QueueFamilyCheckpointProperties2NVBuilder<'a>
impl<'a> Deref for QueueFamilyCheckpointProperties2NVBuilder<'a>
source§impl<'a> DerefMut for QueueFamilyCheckpointProperties2NVBuilder<'a>
impl<'a> DerefMut for QueueFamilyCheckpointProperties2NVBuilder<'a>
impl ExtendsQueueFamilyProperties2 for QueueFamilyCheckpointProperties2NVBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for QueueFamilyCheckpointProperties2NVBuilder<'a>
impl<'a> RefUnwindSafe for QueueFamilyCheckpointProperties2NVBuilder<'a>
impl<'a> !Send for QueueFamilyCheckpointProperties2NVBuilder<'a>
impl<'a> !Sync for QueueFamilyCheckpointProperties2NVBuilder<'a>
impl<'a> Unpin for QueueFamilyCheckpointProperties2NVBuilder<'a>
impl<'a> UnwindSafe for QueueFamilyCheckpointProperties2NVBuilder<'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