Struct ash::extensions::experimental::amd::PhysicalDeviceGpaFeaturesAmd [−][src]
#[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
Auto Trait Implementations
impl !Send for PhysicalDeviceGpaFeaturesAmd
impl !Sync for PhysicalDeviceGpaFeaturesAmd
impl Unpin for PhysicalDeviceGpaFeaturesAmd
impl UnwindSafe for PhysicalDeviceGpaFeaturesAmd
Blanket Implementations
Mutably borrows from an owned value. Read more