#[repr(C)]pub struct PhysicalDevicePerformanceCountersByRegionPropertiesARM {
pub s_type: StructureType,
pub 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: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§max_per_region_performance_counters: u32§performance_counter_region_size: Extent2D§row_stride_alignment: u32§region_alignment: u32§identity_transform_order: Bool32Trait 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 moreSource§impl PartialEq for PhysicalDevicePerformanceCountersByRegionPropertiesARM
impl PartialEq for PhysicalDevicePerformanceCountersByRegionPropertiesARM
Source§fn eq(
&self,
other: &PhysicalDevicePerformanceCountersByRegionPropertiesARM,
) -> bool
fn eq( &self, other: &PhysicalDevicePerformanceCountersByRegionPropertiesARM, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDevicePerformanceCountersByRegionPropertiesARM
impl Eq for PhysicalDevicePerformanceCountersByRegionPropertiesARM
impl Send for PhysicalDevicePerformanceCountersByRegionPropertiesARM
impl StructuralPartialEq for PhysicalDevicePerformanceCountersByRegionPropertiesARM
impl Sync for PhysicalDevicePerformanceCountersByRegionPropertiesARM
Auto Trait Implementations§
impl Freeze for PhysicalDevicePerformanceCountersByRegionPropertiesARM
impl RefUnwindSafe for PhysicalDevicePerformanceCountersByRegionPropertiesARM
impl Unpin 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