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 moresource§impl Debug for GpaPerfBlockPropertiesAmd
impl Debug for GpaPerfBlockPropertiesAmd
impl Copy for GpaPerfBlockPropertiesAmd
Auto Trait Implementations§
impl Freeze for GpaPerfBlockPropertiesAmd
impl RefUnwindSafe for GpaPerfBlockPropertiesAmd
impl Send for GpaPerfBlockPropertiesAmd
impl Sync for GpaPerfBlockPropertiesAmd
impl Unpin for GpaPerfBlockPropertiesAmd
impl UnwindSafe for GpaPerfBlockPropertiesAmd
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more