#[repr(C)]pub struct PhysicalDevicePerformanceCountersByRegionPropertiesARM {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_per_region_performance_counters: u32,
pub performance_counter_region_size: Extent2D,
pub row_stride_alignment: u32,
pub region_alignment: u32,
pub identity_transform_order: u32,
}Expand description
VkPhysicalDevicePerformanceCountersByRegionPropertiesARM
Provided by VK_ARM_performance_counters_by_region.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PERFORMANCE_COUNTERS_BY_REGION_PROPERTIES_ARM.
p_next: *mut c_voidOptional, may be null.
max_per_region_performance_counters: u32§performance_counter_region_size: Extent2D§row_stride_alignment: u32§region_alignment: u32§identity_transform_order: u32Implementations§
Source§impl PhysicalDevicePerformanceCountersByRegionPropertiesARM
impl PhysicalDevicePerformanceCountersByRegionPropertiesARM
Sourcepub fn builder<'a>() -> PhysicalDevicePerformanceCountersByRegionPropertiesARMBuilder<'a>
pub fn builder<'a>() -> PhysicalDevicePerformanceCountersByRegionPropertiesARMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDevicePerformanceCountersByRegionPropertiesARM
impl Clone for PhysicalDevicePerformanceCountersByRegionPropertiesARM
Source§fn clone(&self) -> PhysicalDevicePerformanceCountersByRegionPropertiesARM
fn clone(&self) -> PhysicalDevicePerformanceCountersByRegionPropertiesARM
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PhysicalDevicePerformanceCountersByRegionPropertiesARM
impl ExtendsPhysicalDeviceProperties2 for PhysicalDevicePerformanceCountersByRegionPropertiesARM
Auto Trait Implementations§
impl Freeze for PhysicalDevicePerformanceCountersByRegionPropertiesARM
impl RefUnwindSafe for PhysicalDevicePerformanceCountersByRegionPropertiesARM
impl !Send for PhysicalDevicePerformanceCountersByRegionPropertiesARM
impl !Sync for PhysicalDevicePerformanceCountersByRegionPropertiesARM
impl Unpin for PhysicalDevicePerformanceCountersByRegionPropertiesARM
impl UnsafeUnpin for PhysicalDevicePerformanceCountersByRegionPropertiesARM
impl UnwindSafe for PhysicalDevicePerformanceCountersByRegionPropertiesARM
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