Struct ash::extensions::experimental::amd::PhysicalDeviceGpaFeaturesAmd
source · #[repr(C)]pub struct PhysicalDeviceGpaFeaturesAmd {
pub s_type: StructureType,
pub p_next: *const c_void,
pub perf_counters: Bool32,
pub streaming_perf_counters: Bool32,
pub sq_thread_tracing: Bool32,
pub clock_modes: Bool32,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§perf_counters: Bool32
§streaming_perf_counters: Bool32
§sq_thread_tracing: Bool32
§clock_modes: Bool32
Trait Implementations§
source§impl Clone for PhysicalDeviceGpaFeaturesAmd
impl Clone for PhysicalDeviceGpaFeaturesAmd
source§fn clone(&self) -> PhysicalDeviceGpaFeaturesAmd
fn clone(&self) -> PhysicalDeviceGpaFeaturesAmd
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 PhysicalDeviceGpaFeaturesAmd
impl Debug for PhysicalDeviceGpaFeaturesAmd
impl Copy for PhysicalDeviceGpaFeaturesAmd
Auto Trait Implementations§
impl Freeze for PhysicalDeviceGpaFeaturesAmd
impl RefUnwindSafe for PhysicalDeviceGpaFeaturesAmd
impl !Send for PhysicalDeviceGpaFeaturesAmd
impl !Sync for PhysicalDeviceGpaFeaturesAmd
impl Unpin for PhysicalDeviceGpaFeaturesAmd
impl UnwindSafe for PhysicalDeviceGpaFeaturesAmd
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