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