pub struct PhysicalDevicePerformanceCountersByRegionPropertiesARMBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDevicePerformanceCountersByRegionPropertiesARM with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDevicePerformanceCountersByRegionPropertiesARMBuilder<'a>
impl<'a> PhysicalDevicePerformanceCountersByRegionPropertiesARMBuilder<'a>
pub fn max_per_region_performance_counters( self, value: u32, ) -> PhysicalDevicePerformanceCountersByRegionPropertiesARMBuilder<'a>
pub fn performance_counter_region_size( self, value: Extent2D, ) -> PhysicalDevicePerformanceCountersByRegionPropertiesARMBuilder<'a>
pub fn row_stride_alignment( self, value: u32, ) -> PhysicalDevicePerformanceCountersByRegionPropertiesARMBuilder<'a>
pub fn region_alignment( self, value: u32, ) -> PhysicalDevicePerformanceCountersByRegionPropertiesARMBuilder<'a>
pub fn identity_transform_order( self, value: bool, ) -> PhysicalDevicePerformanceCountersByRegionPropertiesARMBuilder<'a>
Trait Implementations§
Source§impl<'a> Deref for PhysicalDevicePerformanceCountersByRegionPropertiesARMBuilder<'a>
impl<'a> Deref for PhysicalDevicePerformanceCountersByRegionPropertiesARMBuilder<'a>
Source§type Target = PhysicalDevicePerformanceCountersByRegionPropertiesARM
type Target = PhysicalDevicePerformanceCountersByRegionPropertiesARM
The resulting type after dereferencing.
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDevicePerformanceCountersByRegionPropertiesARMBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDevicePerformanceCountersByRegionPropertiesARMBuilder<'a>
impl<'a> !Send for PhysicalDevicePerformanceCountersByRegionPropertiesARMBuilder<'a>
impl<'a> !Sync for PhysicalDevicePerformanceCountersByRegionPropertiesARMBuilder<'a>
impl<'a> Unpin for PhysicalDevicePerformanceCountersByRegionPropertiesARMBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDevicePerformanceCountersByRegionPropertiesARMBuilder<'a>
impl<'a> UnwindSafe for PhysicalDevicePerformanceCountersByRegionPropertiesARMBuilder<'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