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: StructureTypep_next: *const c_voidperf_counters: Bool32streaming_perf_counters: Bool32sq_thread_tracing: Bool32clock_modes: Bool32Trait 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