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 GpaPerfBlockPropertiesAmd
Implementations§
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 moreimpl Copy for PhysicalDeviceGpaPropertiesAmd
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceGpaPropertiesAmd
Auto Trait Implementations§
impl Freeze for PhysicalDeviceGpaPropertiesAmd
impl RefUnwindSafe for PhysicalDeviceGpaPropertiesAmd
impl !Send for PhysicalDeviceGpaPropertiesAmd
impl !Sync for PhysicalDeviceGpaPropertiesAmd
impl Unpin for PhysicalDeviceGpaPropertiesAmd
impl UnwindSafe for PhysicalDeviceGpaPropertiesAmd
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