pub struct PhysicalDevicePrimitiveTopologyListRestartFeaturesEXTBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDevicePrimitiveTopologyListRestartFeaturesEXTBuilder<'a>
impl<'a> PhysicalDevicePrimitiveTopologyListRestartFeaturesEXTBuilder<'a>
pub fn primitive_topology_list_restart(self, value: bool) -> Self
pub fn primitive_topology_patch_list_restart(self, value: bool) -> Self
Sourcepub fn push_next<T: ExtendsPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDevicePrimitiveTopologyListRestartFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDevicePrimitiveTopologyListRestartFeaturesEXTBuilder<'a>
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> UnsafeUnpin 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