pub struct GeneratedCommandsMemoryRequirementsInfoEXTBuilder<'a> { /* private fields */ }Expand description
Builder for GeneratedCommandsMemoryRequirementsInfoEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> GeneratedCommandsMemoryRequirementsInfoEXTBuilder<'a>
impl<'a> GeneratedCommandsMemoryRequirementsInfoEXTBuilder<'a>
pub fn indirect_execution_set(self, value: IndirectExecutionSetEXT) -> Self
pub fn indirect_commands_layout(self, value: IndirectCommandsLayoutEXT) -> Self
pub fn max_sequence_count(self, value: u32) -> Self
pub fn max_draw_count(self, value: u32) -> Self
Sourcepub fn push_next<T: ExtendsGeneratedCommandsMemoryRequirementsInfoEXT>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsGeneratedCommandsMemoryRequirementsInfoEXT>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See GeneratedCommandsMemoryRequirementsInfoEXT’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for GeneratedCommandsMemoryRequirementsInfoEXTBuilder<'a>
impl<'a> Deref for GeneratedCommandsMemoryRequirementsInfoEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for GeneratedCommandsMemoryRequirementsInfoEXTBuilder<'a>
impl<'a> RefUnwindSafe for GeneratedCommandsMemoryRequirementsInfoEXTBuilder<'a>
impl<'a> !Send for GeneratedCommandsMemoryRequirementsInfoEXTBuilder<'a>
impl<'a> !Sync for GeneratedCommandsMemoryRequirementsInfoEXTBuilder<'a>
impl<'a> Unpin for GeneratedCommandsMemoryRequirementsInfoEXTBuilder<'a>
impl<'a> UnsafeUnpin for GeneratedCommandsMemoryRequirementsInfoEXTBuilder<'a>
impl<'a> UnwindSafe for GeneratedCommandsMemoryRequirementsInfoEXTBuilder<'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