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: GpaPerfBlockAmd
flags: Flags
instance_count: u32
max_event_id: u32
max_global_only_counters: u32
max_streaming_counters: u32
Trait 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