[][src]Struct ash::extensions::experimental::amd::GpaPerfBlockAmd

#[repr(transparent)]
pub struct GpaPerfBlockAmd(_);

Methods

impl GpaPerfBlockAmd[src]

pub fn from_raw(x: i32) -> Self[src]

pub fn as_raw(self) -> i32[src]

impl GpaPerfBlockAmd[src]

pub const CPF: Self[src]

pub const IA: Self[src]

pub const VGT: Self[src]

pub const PA: Self[src]

pub const SC: Self[src]

pub const SPI: Self[src]

pub const SQ: Self[src]

pub const SX: Self[src]

pub const TA: Self[src]

pub const TD: Self[src]

pub const TCP: Self[src]

pub const TCC: Self[src]

pub const TCA: Self[src]

pub const DB: Self[src]

pub const CB: Self[src]

pub const GDS: Self[src]

pub const SRBM: Self[src]

pub const GRBM: Self[src]

pub const GRBM_SE: Self[src]

pub const RLC: Self[src]

pub const DMA: Self[src]

pub const MC: Self[src]

pub const CPG: Self[src]

pub const CPC: Self[src]

pub const WD: Self[src]

pub const TCS: Self[src]

pub const ATC: Self[src]

pub const ATC_L2: Self[src]

pub const MC_VM_L2: Self[src]

pub const EA: Self[src]

pub const RPB: Self[src]

pub const RMI: Self[src]

Trait Implementations

impl Copy for GpaPerfBlockAmd[src]

impl Default for GpaPerfBlockAmd[src]

impl Eq for GpaPerfBlockAmd[src]

impl Clone for GpaPerfBlockAmd[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl PartialOrd<GpaPerfBlockAmd> for GpaPerfBlockAmd[src]

impl PartialEq<GpaPerfBlockAmd> for GpaPerfBlockAmd[src]

impl Ord for GpaPerfBlockAmd[src]

fn max(self, other: Self) -> Self1.21.0[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self1.21.0[src]

Compares and returns the minimum of two values. Read more

fn clamp(self, min: Self, max: Self) -> Self[src]

🔬 This is a nightly-only experimental API. (clamp)

Restrict a value to a certain interval. Read more

impl Hash for GpaPerfBlockAmd[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for GpaPerfBlockAmd[src]

Auto Trait Implementations

impl Unpin for GpaPerfBlockAmd

impl Sync for GpaPerfBlockAmd

impl Send for GpaPerfBlockAmd

impl UnwindSafe for GpaPerfBlockAmd

impl RefUnwindSafe for GpaPerfBlockAmd

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]