#[repr(transparent)]pub struct PhysicalDeviceShaderIntegerFunctions2FeaturesINTELBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> PhysicalDeviceShaderIntegerFunctions2FeaturesINTELBuilder<'a>
impl<'a> PhysicalDeviceShaderIntegerFunctions2FeaturesINTELBuilder<'a>
pub fn shader_integer_functions2(
self,
shader_integer_functions2: bool
) -> PhysicalDeviceShaderIntegerFunctions2FeaturesINTELBuilder<'a>
sourcepub fn build(self) -> PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
pub fn build(self) -> PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
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 PhysicalDeviceShaderIntegerFunctions2FeaturesINTELBuilder<'a>
impl<'a> Deref for PhysicalDeviceShaderIntegerFunctions2FeaturesINTELBuilder<'a>
type Target = PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
type Target = PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL
The resulting type after dereferencing.
sourcefn deref(
&self
) -> &<PhysicalDeviceShaderIntegerFunctions2FeaturesINTELBuilder<'a> as Deref>::Target
fn deref(
&self
) -> &<PhysicalDeviceShaderIntegerFunctions2FeaturesINTELBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for PhysicalDeviceShaderIntegerFunctions2FeaturesINTELBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceShaderIntegerFunctions2FeaturesINTELBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <PhysicalDeviceShaderIntegerFunctions2FeaturesINTELBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <PhysicalDeviceShaderIntegerFunctions2FeaturesINTELBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsDeviceCreateInfo for PhysicalDeviceShaderIntegerFunctions2FeaturesINTELBuilder<'_>
impl<'_> ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceShaderIntegerFunctions2FeaturesINTELBuilder<'_>
Auto Trait Implementations
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> UnwindSafe for PhysicalDeviceShaderIntegerFunctions2FeaturesINTELBuilder<'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