#[repr(transparent)]pub struct PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a>
impl<'a> PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a>
pub fn shader_integer_dot_product(
self,
shader_integer_dot_product: bool
) -> PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a>
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
sourceimpl<'a> Deref for PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a>
impl<'a> Deref for PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a>
type Target = PhysicalDeviceShaderIntegerDotProductFeatures
type Target = PhysicalDeviceShaderIntegerDotProductFeatures
The resulting type after dereferencing.
sourcefn deref(
&self
) -> &<PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a> as Deref>::Target
fn deref(
&self
) -> &<PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsDeviceCreateInfo for PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'_>
impl<'_> ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<'_>
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more