Struct ash::extensions::experimental::amd::GpaPerfBlockAmd
source · #[repr(transparent)]pub struct GpaPerfBlockAmd(_);
Implementations§
source§impl GpaPerfBlockAmd
impl GpaPerfBlockAmd
pub const CPF: Self = _
pub const IA: Self = _
pub const VGT: Self = _
pub const PA: Self = _
pub const SC: Self = _
pub const SPI: Self = _
pub const SQ: Self = _
pub const SX: Self = _
pub const TA: Self = _
pub const TD: Self = _
pub const TCP: Self = _
pub const TCC: Self = _
pub const TCA: Self = _
pub const DB: Self = _
pub const CB: Self = _
pub const GDS: Self = _
pub const SRBM: Self = _
pub const GRBM: Self = _
pub const GRBM_SE: Self = _
pub const RLC: Self = _
pub const DMA: Self = _
pub const MC: Self = _
pub const CPG: Self = _
pub const CPC: Self = _
pub const WD: Self = _
pub const TCS: Self = _
pub const ATC: Self = _
pub const ATC_L2: Self = _
pub const MC_VM_L2: Self = _
pub const EA: Self = _
pub const RPB: Self = _
pub const RMI: Self = _
Trait Implementations§
source§impl Clone for GpaPerfBlockAmd
impl Clone for GpaPerfBlockAmd
source§fn clone(&self) -> GpaPerfBlockAmd
fn clone(&self) -> GpaPerfBlockAmd
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 GpaPerfBlockAmd
impl Debug for GpaPerfBlockAmd
source§impl Default for GpaPerfBlockAmd
impl Default for GpaPerfBlockAmd
source§fn default() -> GpaPerfBlockAmd
fn default() -> GpaPerfBlockAmd
Returns the “default value” for a type. Read more
source§impl Hash for GpaPerfBlockAmd
impl Hash for GpaPerfBlockAmd
source§impl Ord for GpaPerfBlockAmd
impl Ord for GpaPerfBlockAmd
source§fn cmp(&self, other: &GpaPerfBlockAmd) -> Ordering
fn cmp(&self, other: &GpaPerfBlockAmd) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<GpaPerfBlockAmd> for GpaPerfBlockAmd
impl PartialEq<GpaPerfBlockAmd> for GpaPerfBlockAmd
source§fn eq(&self, other: &GpaPerfBlockAmd) -> bool
fn eq(&self, other: &GpaPerfBlockAmd) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<GpaPerfBlockAmd> for GpaPerfBlockAmd
impl PartialOrd<GpaPerfBlockAmd> for GpaPerfBlockAmd
source§fn partial_cmp(&self, other: &GpaPerfBlockAmd) -> Option<Ordering>
fn partial_cmp(&self, other: &GpaPerfBlockAmd) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more