#[repr(C)]pub struct PhysicalDevicePerformanceCountersByRegionPropertiesARM<'a> {
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: Bool32,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_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: Bool32§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> PhysicalDevicePerformanceCountersByRegionPropertiesARM<'a>
impl<'a> PhysicalDevicePerformanceCountersByRegionPropertiesARM<'a>
pub fn max_per_region_performance_counters( self, max_per_region_performance_counters: u32, ) -> Self
pub fn performance_counter_region_size( self, performance_counter_region_size: Extent2D, ) -> Self
pub fn row_stride_alignment(self, row_stride_alignment: u32) -> Self
pub fn region_alignment(self, region_alignment: u32) -> Self
pub fn identity_transform_order(self, identity_transform_order: bool) -> Self
Trait Implementations§
Source§impl<'a> Clone for PhysicalDevicePerformanceCountersByRegionPropertiesARM<'a>
impl<'a> Clone for PhysicalDevicePerformanceCountersByRegionPropertiesARM<'a>
Source§fn clone(&self) -> PhysicalDevicePerformanceCountersByRegionPropertiesARM<'a>
fn clone(&self) -> PhysicalDevicePerformanceCountersByRegionPropertiesARM<'a>
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<'a> Debug for PhysicalDevicePerformanceCountersByRegionPropertiesARM<'a>
impl<'a> Debug for PhysicalDevicePerformanceCountersByRegionPropertiesARM<'a>
Source§impl<'a> TaggedStructure for PhysicalDevicePerformanceCountersByRegionPropertiesARM<'a>
impl<'a> TaggedStructure for PhysicalDevicePerformanceCountersByRegionPropertiesARM<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_PERFORMANCE_COUNTERS_BY_REGION_PROPERTIES_ARM
impl<'a> Copy for PhysicalDevicePerformanceCountersByRegionPropertiesARM<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDevicePerformanceCountersByRegionPropertiesARM<'_>
impl Send for PhysicalDevicePerformanceCountersByRegionPropertiesARM<'_>
impl Sync for PhysicalDevicePerformanceCountersByRegionPropertiesARM<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDevicePerformanceCountersByRegionPropertiesARM<'a>
impl<'a> RefUnwindSafe for PhysicalDevicePerformanceCountersByRegionPropertiesARM<'a>
impl<'a> Unpin for PhysicalDevicePerformanceCountersByRegionPropertiesARM<'a>
impl<'a> UnwindSafe for PhysicalDevicePerformanceCountersByRegionPropertiesARM<'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