#[repr(transparent)]pub struct QueueFamilyCheckpointProperties2NVBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> QueueFamilyCheckpointProperties2NVBuilder<'a>
impl<'a> QueueFamilyCheckpointProperties2NVBuilder<'a>
pub fn checkpoint_execution_stage_mask(
self,
checkpoint_execution_stage_mask: PipelineStageFlags2
) -> QueueFamilyCheckpointProperties2NVBuilder<'a>
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
sourceimpl<'a> Deref for QueueFamilyCheckpointProperties2NVBuilder<'a>
impl<'a> Deref for QueueFamilyCheckpointProperties2NVBuilder<'a>
type Target = QueueFamilyCheckpointProperties2NV
type Target = QueueFamilyCheckpointProperties2NV
The resulting type after dereferencing.
sourcefn deref(
&self
) -> &<QueueFamilyCheckpointProperties2NVBuilder<'a> as Deref>::Target
fn deref(
&self
) -> &<QueueFamilyCheckpointProperties2NVBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for QueueFamilyCheckpointProperties2NVBuilder<'a>
impl<'a> DerefMut for QueueFamilyCheckpointProperties2NVBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <QueueFamilyCheckpointProperties2NVBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <QueueFamilyCheckpointProperties2NVBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsQueueFamilyProperties2 for QueueFamilyCheckpointProperties2NVBuilder<'_>
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more