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