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, ) -> PhysicalDeviceShaderIntegerFunctions2FeaturesINTELBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> PhysicalDeviceShaderIntegerFunctions2FeaturesINTELBuilder<'a>
pub fn push_next<T>( self, next: &'a mut T, ) -> PhysicalDeviceShaderIntegerFunctions2FeaturesINTELBuilder<'a>
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>
Source§type Target = PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
type Target = PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
The resulting type after dereferencing.
Source§impl<'a> DerefMut for PhysicalDeviceShaderIntegerFunctions2FeaturesINTELBuilder<'a>
impl<'a> DerefMut 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