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: Bool32Trait 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 more