Struct ash::extensions::experimental::amd::GpaPerfBlockPropertiesAmd
source · #[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: GpaPerfBlockAmd
§flags: Flags
§instance_count: u32
§max_event_id: u32
§max_global_only_counters: u32
§max_streaming_counters: u32
Trait Implementations§
source§impl Clone for GpaPerfBlockPropertiesAmd
impl Clone for GpaPerfBlockPropertiesAmd
source§fn clone(&self) -> GpaPerfBlockPropertiesAmd
fn clone(&self) -> GpaPerfBlockPropertiesAmd
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