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