Struct ash::extensions::experimental::amd::GpaPerfBlockPropertiesAmd [−][src]
#[repr(C)]pub struct GpaPerfBlockPropertiesAmd { pub block_type: GpaPerfBlockAmd, pub flags: Flags, pub instance_count: u32, pub max_event_id: u32, pub max_global_only_counters: u32, pub max_global_shared_counters: u32, pub max_streaming_counters: u32, }
Fields
block_type: GpaPerfBlockAmdflags: Flagsinstance_count: u32max_event_id: u32max_global_only_counters: u32max_streaming_counters: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GpaPerfBlockPropertiesAmd
impl Send for GpaPerfBlockPropertiesAmd
impl Sync for GpaPerfBlockPropertiesAmd
impl Unpin for GpaPerfBlockPropertiesAmd
impl UnwindSafe for GpaPerfBlockPropertiesAmd
Blanket Implementations
Mutably borrows from an owned value. Read more