Struct ash::extensions::experimental::amd::GpaPerfCounterAmd [−][src]
#[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: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GpaPerfCounterAmd
impl Send for GpaPerfCounterAmd
impl Sync for GpaPerfCounterAmd
impl Unpin for GpaPerfCounterAmd
impl UnwindSafe for GpaPerfCounterAmd
Blanket Implementations
Mutably borrows from an owned value. Read more