#[repr(C)]pub struct RenderPassPerformanceCountersByRegionBeginInfoARM {
pub s_type: StructureType,
pub next: *mut c_void,
pub counter_address_count: u32,
pub counter_addresses: *const DeviceAddress,
pub serialize_regions: Bool32,
pub counter_index_count: u32,
pub counter_indices: *mut u32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§counter_address_count: u32§counter_addresses: *const DeviceAddress§serialize_regions: Bool32§counter_index_count: u32§counter_indices: *mut u32Trait Implementations§
Source§impl Clone for RenderPassPerformanceCountersByRegionBeginInfoARM
impl Clone for RenderPassPerformanceCountersByRegionBeginInfoARM
Source§fn clone(&self) -> RenderPassPerformanceCountersByRegionBeginInfoARM
fn clone(&self) -> RenderPassPerformanceCountersByRegionBeginInfoARM
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 RenderPassPerformanceCountersByRegionBeginInfoARM
impl PartialEq for RenderPassPerformanceCountersByRegionBeginInfoARM
Source§fn eq(&self, other: &RenderPassPerformanceCountersByRegionBeginInfoARM) -> bool
fn eq(&self, other: &RenderPassPerformanceCountersByRegionBeginInfoARM) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RenderPassPerformanceCountersByRegionBeginInfoARM
impl Eq for RenderPassPerformanceCountersByRegionBeginInfoARM
impl Send for RenderPassPerformanceCountersByRegionBeginInfoARM
impl StructuralPartialEq for RenderPassPerformanceCountersByRegionBeginInfoARM
impl Sync for RenderPassPerformanceCountersByRegionBeginInfoARM
Auto Trait Implementations§
impl Freeze for RenderPassPerformanceCountersByRegionBeginInfoARM
impl RefUnwindSafe for RenderPassPerformanceCountersByRegionBeginInfoARM
impl Unpin for RenderPassPerformanceCountersByRegionBeginInfoARM
impl UnwindSafe for RenderPassPerformanceCountersByRegionBeginInfoARM
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