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