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