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