Struct ash::extensions::experimental::amd::GpaPerfCounterAmd    
source · #[repr(C)]pub struct GpaPerfCounterAmd {
    pub block_type: GpaPerfBlockAmd,
    pub block_instance: u32,
    pub event_id: u32,
}Fields§
§block_type: GpaPerfBlockAmd§block_instance: u32§event_id: u32Trait Implementations§
source§impl Clone for GpaPerfCounterAmd
 
impl Clone for GpaPerfCounterAmd
source§fn clone(&self) -> GpaPerfCounterAmd
 
fn clone(&self) -> GpaPerfCounterAmd
Returns a copy 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 more