pub struct SwapchainLatencyCreateInfoNVBuilder<'a> { /* private fields */ }Expand description
Builder for SwapchainLatencyCreateInfoNV with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> SwapchainLatencyCreateInfoNVBuilder<'a>
impl<'a> SwapchainLatencyCreateInfoNVBuilder<'a>
pub fn latency_mode_enable(self, value: bool) -> Self
Sourcepub fn push_next<T: ExtendsSwapchainLatencyCreateInfoNV>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsSwapchainLatencyCreateInfoNV>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See SwapchainLatencyCreateInfoNV’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for SwapchainLatencyCreateInfoNVBuilder<'a>
impl<'a> Deref for SwapchainLatencyCreateInfoNVBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for SwapchainLatencyCreateInfoNVBuilder<'a>
impl<'a> RefUnwindSafe for SwapchainLatencyCreateInfoNVBuilder<'a>
impl<'a> !Send for SwapchainLatencyCreateInfoNVBuilder<'a>
impl<'a> !Sync for SwapchainLatencyCreateInfoNVBuilder<'a>
impl<'a> Unpin for SwapchainLatencyCreateInfoNVBuilder<'a>
impl<'a> UnsafeUnpin for SwapchainLatencyCreateInfoNVBuilder<'a>
impl<'a> UnwindSafe for SwapchainLatencyCreateInfoNVBuilder<'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