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) -> Self
pub fn performance_counter_region_size(self, value: Extent2D) -> Self
pub fn row_stride_alignment(self, value: u32) -> Self
pub fn region_alignment(self, value: u32) -> Self
pub fn identity_transform_order(self, value: bool) -> Self
Trait Implementations§
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