pub struct QueueFamilyCheckpointProperties2NVBuilder<'a> { /* private fields */ }Expand description
Builder for QueueFamilyCheckpointProperties2NV with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> QueueFamilyCheckpointProperties2NVBuilder<'a>
impl<'a> QueueFamilyCheckpointProperties2NVBuilder<'a>
pub fn checkpoint_execution_stage_mask( self, value: PipelineStageFlagBits2, ) -> QueueFamilyCheckpointProperties2NVBuilder<'a>
Trait Implementations§
Source§impl<'a> Deref for QueueFamilyCheckpointProperties2NVBuilder<'a>
impl<'a> Deref for QueueFamilyCheckpointProperties2NVBuilder<'a>
Source§type Target = QueueFamilyCheckpointProperties2NV
type Target = QueueFamilyCheckpointProperties2NV
The resulting type after dereferencing.
Source§impl<'a> DerefMut for QueueFamilyCheckpointProperties2NVBuilder<'a>
impl<'a> DerefMut for QueueFamilyCheckpointProperties2NVBuilder<'a>
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> UnsafeUnpin 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