Struct ash::extensions::experimental::amd::GpaPerfCounterAmd
source · #[repr(C)]pub struct GpaPerfCounterAmd {
pub block_type: GpaPerfBlockAmd,
pub block_instance: u32,
pub event_id: u32,
}
Fields§
§block_type: GpaPerfBlockAmd
§block_instance: u32
§event_id: u32
Trait Implementations§
source§impl Clone for GpaPerfCounterAmd
impl Clone for GpaPerfCounterAmd
source§fn clone(&self) -> GpaPerfCounterAmd
fn clone(&self) -> GpaPerfCounterAmd
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 GpaPerfCounterAmd
impl Debug for GpaPerfCounterAmd
impl Copy for GpaPerfCounterAmd
Auto Trait Implementations§
impl Freeze for GpaPerfCounterAmd
impl RefUnwindSafe for GpaPerfCounterAmd
impl Send for GpaPerfCounterAmd
impl Sync for GpaPerfCounterAmd
impl Unpin for GpaPerfCounterAmd
impl UnwindSafe for GpaPerfCounterAmd
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