pub struct PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceDeviceGeneratedCommandsPropertiesNV with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
impl<'a> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
pub fn max_graphics_shader_group_count( self, value: u32, ) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
pub fn max_indirect_sequence_count( self, value: u32, ) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
pub fn max_indirect_commands_token_count( self, value: u32, ) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
pub fn max_indirect_commands_stream_count( self, value: u32, ) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
pub fn max_indirect_commands_token_offset( self, value: u32, ) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
pub fn max_indirect_commands_stream_stride( self, value: u32, ) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
pub fn min_sequences_count_buffer_offset_alignment( self, value: u32, ) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
pub fn min_sequences_index_buffer_offset_alignment( self, value: u32, ) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
pub fn min_indirect_commands_buffer_offset_alignment( self, value: u32, ) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
impl<'a> Deref for PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
Source§type Target = PhysicalDeviceDeviceGeneratedCommandsPropertiesNV
type Target = PhysicalDeviceDeviceGeneratedCommandsPropertiesNV
The resulting type after dereferencing.
Source§impl<'a> DerefMut for PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
impl<'a> !Send for PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
impl<'a> !Sync for PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
impl<'a> Unpin for PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceDeviceGeneratedCommandsPropertiesNVBuilder<'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