pub struct PhysicalDevicePrimitiveTopologyListRestartFeaturesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDevicePrimitiveTopologyListRestartFeaturesEXTBuilder<'a>
impl<'a> PhysicalDevicePrimitiveTopologyListRestartFeaturesEXTBuilder<'a>
pub fn primitive_topology_list_restart( self, primitive_topology_list_restart: bool ) -> Self
pub fn primitive_topology_patch_list_restart( self, primitive_topology_patch_list_restart: bool ) -> Self
sourcepub fn build(self) -> PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT
pub fn build(self) -> PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT
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 PhysicalDevicePrimitiveTopologyListRestartFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDevicePrimitiveTopologyListRestartFeaturesEXTBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDevicePrimitiveTopologyListRestartFeaturesEXTBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDevicePrimitiveTopologyListRestartFeaturesEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDevicePrimitiveTopologyListRestartFeaturesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDevicePrimitiveTopologyListRestartFeaturesEXTBuilder<'a>
impl<'a> !Send for PhysicalDevicePrimitiveTopologyListRestartFeaturesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDevicePrimitiveTopologyListRestartFeaturesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDevicePrimitiveTopologyListRestartFeaturesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDevicePrimitiveTopologyListRestartFeaturesEXTBuilder<'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