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