Struct ash::extensions::experimental::amd::PhysicalDeviceGpaPropertiesAmd    
source · #[repr(C)]pub struct PhysicalDeviceGpaPropertiesAmd {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub flags: Flags,
    pub max_sqtt_se_buffer_size: DeviceSize,
    pub shader_engine_count: u32,
    pub perf_block_count: u32,
    pub p_perf_block_properties: *mut GpaPerfBlockPropertiesAmd,
}Fields§
§s_type: StructureType§p_next: *const c_void§flags: Flags§max_sqtt_se_buffer_size: DeviceSize§shader_engine_count: u32§perf_block_count: u32§p_perf_block_properties: *mut GpaPerfBlockPropertiesAmdImplementations§
source§impl PhysicalDeviceGpaPropertiesAmd
 
impl PhysicalDeviceGpaPropertiesAmd
pub fn builder<'a>() -> PhysicalDeviceGpaPropertiesAmdBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceGpaPropertiesAmd
 
impl Clone for PhysicalDeviceGpaPropertiesAmd
source§fn clone(&self) -> PhysicalDeviceGpaPropertiesAmd
 
fn clone(&self) -> PhysicalDeviceGpaPropertiesAmd
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