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