#[repr(transparent)]pub struct QueueFamilyCheckpointPropertiesNVBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> QueueFamilyCheckpointPropertiesNVBuilder<'a>
impl<'a> QueueFamilyCheckpointPropertiesNVBuilder<'a>
pub fn checkpoint_execution_stage_mask(
self,
checkpoint_execution_stage_mask: PipelineStageFlags
) -> QueueFamilyCheckpointPropertiesNVBuilder<'a>
sourcepub fn build(self) -> QueueFamilyCheckpointPropertiesNV
pub fn build(self) -> QueueFamilyCheckpointPropertiesNV
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 QueueFamilyCheckpointPropertiesNVBuilder<'a>
impl<'a> Deref for QueueFamilyCheckpointPropertiesNVBuilder<'a>
type Target = QueueFamilyCheckpointPropertiesNV
type Target = QueueFamilyCheckpointPropertiesNV
The resulting type after dereferencing.
sourcefn deref(
&self
) -> &<QueueFamilyCheckpointPropertiesNVBuilder<'a> as Deref>::Target
fn deref(
&self
) -> &<QueueFamilyCheckpointPropertiesNVBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for QueueFamilyCheckpointPropertiesNVBuilder<'a>
impl<'a> DerefMut for QueueFamilyCheckpointPropertiesNVBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <QueueFamilyCheckpointPropertiesNVBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <QueueFamilyCheckpointPropertiesNVBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsQueueFamilyProperties2 for QueueFamilyCheckpointPropertiesNVBuilder<'_>
Auto Trait Implementations
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> UnwindSafe for QueueFamilyCheckpointPropertiesNVBuilder<'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