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