pub struct PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a>
impl<'a> PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a>
pub fn shader_integer_dot_product( self, shader_integer_dot_product: bool ) -> Self
sourcepub fn build(self) -> PhysicalDeviceShaderIntegerDotProductFeatures
pub fn build(self) -> PhysicalDeviceShaderIntegerDotProductFeatures
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a>
impl<'a> Deref for PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a>
impl<'a> !Send for PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a>
impl<'a> !Sync for PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a>
impl<'a> Unpin for PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'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