pub struct CommandBufferInheritanceViewportScissorInfoNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> CommandBufferInheritanceViewportScissorInfoNVBuilder<'a>
impl<'a> CommandBufferInheritanceViewportScissorInfoNVBuilder<'a>
pub fn viewport_scissor2_d(self, viewport_scissor2_d: bool) -> Self
pub fn viewport_depth_count(self, viewport_depth_count: u32) -> Self
pub fn viewport_depths(self, viewport_depths: &'a Viewport) -> Self
sourcepub fn build(self) -> CommandBufferInheritanceViewportScissorInfoNV
pub fn build(self) -> CommandBufferInheritanceViewportScissorInfoNV
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 CommandBufferInheritanceViewportScissorInfoNVBuilder<'a>
impl<'a> Deref for CommandBufferInheritanceViewportScissorInfoNVBuilder<'a>
source§impl<'a> DerefMut for CommandBufferInheritanceViewportScissorInfoNVBuilder<'a>
impl<'a> DerefMut for CommandBufferInheritanceViewportScissorInfoNVBuilder<'a>
impl ExtendsCommandBufferInheritanceInfo for CommandBufferInheritanceViewportScissorInfoNVBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for CommandBufferInheritanceViewportScissorInfoNVBuilder<'a>
impl<'a> RefUnwindSafe for CommandBufferInheritanceViewportScissorInfoNVBuilder<'a>
impl<'a> !Send for CommandBufferInheritanceViewportScissorInfoNVBuilder<'a>
impl<'a> !Sync for CommandBufferInheritanceViewportScissorInfoNVBuilder<'a>
impl<'a> Unpin for CommandBufferInheritanceViewportScissorInfoNVBuilder<'a>
impl<'a> UnwindSafe for CommandBufferInheritanceViewportScissorInfoNVBuilder<'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