pub struct QueueFamilyCheckpointPropertiesNVBuilder<'a> { /* private fields */ }Expand description
Builder for QueueFamilyCheckpointPropertiesNV with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> QueueFamilyCheckpointPropertiesNVBuilder<'a>
impl<'a> QueueFamilyCheckpointPropertiesNVBuilder<'a>
pub fn checkpoint_execution_stage_mask(self, value: PipelineStageFlags) -> Self
Trait Implementations§
Source§impl<'a> Deref for QueueFamilyCheckpointPropertiesNVBuilder<'a>
impl<'a> Deref for QueueFamilyCheckpointPropertiesNVBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for QueueFamilyCheckpointPropertiesNVBuilder<'a>
impl<'a> RefUnwindSafe for QueueFamilyCheckpointPropertiesNVBuilder<'a>
impl<'a> !Send for QueueFamilyCheckpointPropertiesNVBuilder<'a>
impl<'a> !Sync for QueueFamilyCheckpointPropertiesNVBuilder<'a>
impl<'a> Unpin for QueueFamilyCheckpointPropertiesNVBuilder<'a>
impl<'a> UnsafeUnpin for QueueFamilyCheckpointPropertiesNVBuilder<'a>
impl<'a> UnwindSafe for QueueFamilyCheckpointPropertiesNVBuilder<'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